| Crates.io | fp-collections |
| lib.rs | fp-collections |
| version | 0.0.2 |
| created_at | 2020-04-29 13:09:20.351483+00 |
| updated_at | 2020-07-20 11:38:03.066478+00 |
| description | An alternate collections library for rust |
| homepage | |
| repository | https://github.com/phenax/collections |
| max_upload_size | |
| id | 235318 |
| size | 36,645 |
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)