light-array-map 0.1.0

Generic array-backed map with O(n) lookup for small collections
Documentation
[dependencies.tinyvec]
version = "1.10.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generic array-backed map with O(n) lookup for small collections"
edition = "2021"
license = "Apache-2.0"
name = "light-array-map"
readme = false
repository = "https://github.com/Lightprotocol/light-protocol"
version = "0.1.0"

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