3 releases
0.0.2 | Jul 20, 2020 |
---|---|
0.0.1 | May 1, 2020 |
0.0.0 | Apr 29, 2020 |
#1910 in Data structures
19KB
488 lines
fp-collections
A functional collections library for rust
Installation
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
Structures
List
- A functional ocaml-style list implementationSet
- A functional ocaml-style set implementation (using AVL tree)