monadify 0.1.0

A library for functional programming abstractions in Rust, focusing on Monads, Functors, Applicatives, and related concepts.
Documentation
[[bench]]
harness = false
name = "compare"
path = "benches/compare.rs"

[[bin]]
name = "monadify"
path = "src/main.rs"

[dependencies]

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"

[features]
default = []
legacy = []

[lib]
name = "monadify"
path = "src/lib.rs"

[package]
authors = ["jarnura"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A library for functional programming abstractions in Rust, focusing on Monads, Functors, Applicatives, and related concepts."
documentation = "https://docs.rs/monadify"
edition = "2021"
homepage = "https://github.com/jarnura/monadify"
keywords = ["functional", "fp", "monad"]
license = "MIT"
name = "monadify"
readme = "README.md"
repository = "https://github.com/jarnura/monadify"
rust-version = "1.66"
version = "0.1.0"

[[test]]
name = "hkt_integration"
path = "tests/hkt_integration.rs"

[[test]]
name = "legacy_integration"
path = "tests/legacy_integration.rs"

[[test]]
name = "profunctor"
path = "tests/profunctor.rs"