A map implemented by searching linearly in a vector, suitable for small collections.
# Cargo.toml
[dependencies]
linear-map = "1.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a linear map and inserts a key-value pair.
Use HashMap or BTreeMap for larger datasets.
No dependency data recorded yet.