Skip to content

phenax/fp-collections-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A functional collections library for rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published