A functional collections library for rust
Add the following in your Cargo.toml in the dependencies
fp-collections = "0.0.1"
Or if you are using cargo-edit, just run
cargo add fp-collections
List
- A functional ocaml-style list implementationSet
- A functional ocaml-style set implementation (using AVL tree)