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.
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.
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