fp-collections 0.0.1

An alternate collections library for rust
Documentation
[dependencies]

[package]
authors = ["Akshay Nair <phenax5@gmail.com>"]
description = "An alternate collections library for rust"
edition = "2018"
keywords = ["collections", "collection", "list", "linked", "ocaml"]
license = "MIT"
name = "fp-collections"
readme = "README.md"
repository = "https://github.com/phenax/collections"
version = "0.0.1"
[package.metadata.commands]
cov = "cargo test && cargo cmd coverage"
coverage = "bash .github/workflows/generate-coverage.sh"
fix = "cargo +nightly clippy --fix -Z unstable-options"
lint = "cargo +nightly clippy"