[[bin]]
name = "fp-library"
path = "src/main.rs"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.quickcheck_macros]
version = "1"
[features]
default = ["v1"]
v1 = []
v2 = []
[lib]
name = "fp_library"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "rust-patterns"]
description = "A functional programming library for Rust featuring your favourite higher-kinded types and type classes."
edition = "2024"
keywords = ["functional", "higher-kinded", "types"]
license = "BlueOak-1.0.0"
name = "fp-library"
readme = "README.md"
repository = "https://github.com/nothingnesses/rust-fp-library"
version = "0.0.22"
[package.metadata.docs.rs]
all-features = true