An open API service indexing awesome lists of open source software.

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

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)