[go: up one dir, main page]

litemap 0.3.0

A key-value Map implementation based on a flat, sorted Vec.
Documentation
[[bench]]
harness = false
name = "litemap"

[[example]]
name = "litemap_bincode"
path = "benches/bin/litemap_bincode.rs"
required-features = ["serde"]

[[example]]
name = "litemap_postcard"
path = "benches/bin/litemap_postcard.rs"
required-features = ["serde"]

[[test]]
name = "serde"
required-features = ["serde"]
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.bytecheck]
version = "0.6"

[dev-dependencies.criterion]
version = "0.3.4"

[dev-dependencies.icu_benchmark_macros]
version = "0.4"

[dev-dependencies.icu_locid]
version = "0.4"

[dev-dependencies.icu_locid_macros]
version = "0.4"

[dev-dependencies.postcard]
features = ["use-std"]
version = "0.7"

[dev-dependencies.rkyv]
features = ["validation"]
version = "0.7"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[features]
bench = []
serde_serialize = ["serde", "serde_json"]

[package]
authors = ["The ICU4X Project Developers"]
description = "A key-value Map implementation based on a flat, sorted Vec."
documentation = "https://docs.rs/litemap"
edition = "2018"
include = ["src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["sorted", "vec", "map", "hashmap", "btreemap"]
license-file = "LICENSE"
name = "litemap"
readme = "./README.md"
repository = "https://github.com/unicode-org/icu4x"
resolver = "2"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true