unique_id_lookup 0.2.11

Associative Array specifically designed for integer keys. Significant performance boost over conventional hash maps.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "unique_id_lookup"
version = "0.2.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Associative Array specifically designed for integer keys. Significant performance boost over conventional hash maps."
readme = "README.md"
keywords = [
    "associative-array",
    "fast-lookup",
    "collections",
]
categories = ["data-structures"]
license = "Apache-2.0 OR MIT"
repository = "https://bitbucket.org/skirc/unique_id_lookup/"

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

[[test]]
name = "testing_lookup"
path = "tests/testing_lookup.rs"

[[bench]]
name = "benchmark_against_hash_map"
path = "benches/benchmark_against_hash_map.rs"
harness = false

[[bench]]
name = "test_utils"
path = "benches/test_utils.rs"

[dependencies]

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