light-array-map 0.2.0

Generic array-backed map with O(n) lookup for small collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "light-array-map"
version = "0.2.0"
description = "Generic array-backed map with O(n) lookup for small collections"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
edition = "2021"


[dependencies]
tinyvec = { workspace = true }