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