https://github.com/phenax/fp-collections-rs
A functional collections library for rust
https://github.com/phenax/fp-collections-rs
collections functional list rust
Last synced: about 1 year ago
JSON representation
A functional collections library for rust
- Host: GitHub
- URL: https://github.com/phenax/fp-collections-rs
- Owner: phenax
- License: mit
- Created: 2020-04-29T12:58:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T11:37:55.000Z (about 6 years ago)
- Last Synced: 2025-06-01T10:00:04.143Z (about 1 year ago)
- Topics: collections, functional, list, rust
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/killercup/cargo-edit), just run
```
cargo add fp-collections
```
### Structures
* `List` - A functional ocaml-style list implementation
* `Set` - A functional ocaml-style set implementation (using AVL tree)