[package]
edition = "2024"
name = "flatmap"
version = "0.2.0"
authors = ["ash-hashtag"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and Efficient Linear Map and Set for small collections"
documentation = "https://docs.rs/flatmap"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ash-hashtag/flatmap"
[lib]
name = "flatmap"
path = "src/lib.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[dependencies]