cantrip 0.3.2

Practical extension methods for standard Rust collections
Documentation
[badges.maintenance]
status = "actively-developed"

[[bench]]
harness = false
name = "benchmark"

[dev-dependencies.criterion]
version = "0.5.1"

[lints.clippy]
all = "deny"

[package]
authors = ["Martin Ockajak"]
categories = ["algorithms", "data-structures", "rust-patterns"]
description = "Practical extension methods for standard Rust collections"
edition = "2021"
keywords = ["collection", "functional", "immutable", "group-by", "map"]
license = "MIT OR Apache-2.0"
name = "cantrip"
readme = "README.md"
repository = "https://github.com/martin-ockajak/cantrip"
version = "0.3.2"

[profile.dev]
lto = false
opt-level = 1

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "unwind"