fp-collections

Crates.iofp-collections
lib.rsfp-collections
version0.0.2
sourcesrc
created_at2020-04-29 13:09:20.351483
updated_at2020-07-20 11:38:03.066478
descriptionAn alternate collections library for rust
homepage
repositoryhttps://github.com/phenax/collections
max_upload_size
id235318
size36,645
Melwyn Saldanha (melwyn95)

documentation

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, just run

cargo add fp-collections

Structures

  • List - A functional ocaml-style list implementation
  • Set - A functional ocaml-style set implementation (using AVL tree)
Commit count: 94

cargo fmt