#collection #list #set #ocaml

fp-collections

An alternate collections library for rust

3 releases

0.0.2 Jul 20, 2020
0.0.1 May 1, 2020
0.0.0 Apr 29, 2020

#1801 in Data structures

MIT license

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 implementation
  • Set - A functional ocaml-style set implementation (using AVL tree)

No runtime deps