chiralmap 0.1.0

Left-Right map using IndexMap
Documentation
[dependencies.builder-pattern]
version = "0.4.2"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.left-right]
version = "0.11.5"

[dependencies.metrics]
version = "0.24.2"

[dependencies.tracing]
version = "0.1.41"

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

[package]
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Left-Right map using IndexMap"
documentation = "https://codeberg.org/raffaeleragni/chiralmap/src/branch/main/README.md"
edition = "2024"
homepage = "https://codeberg.org/raffaeleragni/chiralmap"
include = ["/src", "/LICENSE", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["indexmap", "hashmap", "left-right"]
license = "MIT OR Apache-2.0"
name = "chiralmap"
readme = "README.md"
repository = "https://codeberg.org/raffaeleragni/chiralmap"
version = "0.1.0"