identity_map 0.3.2

Identity-based maps.
Documentation
[dependencies.allocator-api2]
version = "0.2"

[features]
allocator_api = ["allocator-api2/nightly"]

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

[package]
authors = ["Gabriel Bjørnager Jensen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Identity-based maps."
documentation = "https://docs.rs/identity_map/"
edition = "2021"
homepage = "https://crates.io/crates/identity_map/"
license = "MIT"
name = "identity_map"
readme = "README.md"
repository = "https://gitlab.com/bjoernager/identity_map/"
rust-version = "1.82"
version = "0.3.2"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3