atom_table 1.1.0

Assign easy-to-handle typed IDs to large, hard to handle things like strings
Documentation
[dependencies.thiserror]
optional = true
version = "1.0"

[dependencies.typed-index-collections]
version = "3.1"
[dev-dependencies.derive_more]
version = "0.99.14"

[features]
default = ["transform"]
transform = ["dep:thiserror"]

[package]
authors = ["Ryan Pavlik <ryan.pavlik@collabora.com>"]
categories = ["data-structures"]
description = "Assign easy-to-handle typed IDs to large, hard to handle things like strings"
documentation = "https://docs.rs/atom_table"
edition = "2021"
keywords = ["collection", "index", "vec"]
license = "MIT OR Apache-2.0"
name = "atom_table"
readme = "README.md"
repository = "https://github.com/rpavlik/atom-table-rs"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true