fp-collections 0.0.2

An alternate collections library for rust
Documentation
  • Coverage
  • 0%
    0 out of 46 items documented0 out of 34 items with examples
  • Size
  • Source code size: 36.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • phenax/fp-collections-rs
    5 1 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • phenax melwyn95

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)