FP Modeling In Rust

Can someone point me to some good tutorials on application architecture/design in Rust, with an FP bent?

I know how to do algebraic data types in Rust well enough, but would like some guidance or examples of large-scale application structure.

1 Like

I was also looking for purely functional projects in rust and found this one: GitHub - JasonShin/fp-core.rs: A library for functional programming in Rust