A simple map based on a vector for small integer keys
The Map and Set APIs backed by Vec
Deserialize a serialized map to a Vec<(K, V)> in serde
range_map_vec is an implementation of a range map data structure backed by a Vec.
Deserialize maps or JSON objects in serde to structs that implement the FromKeyValue trait
A crate for a vector that not only stores it's data but also it's order.
Simplify Graphs in Rust. Introduces IdVec, which automatically creates Ids for each new object, reusing deleted Ids.
Basically just a sorted Vec that can be used as a HashMap
A modular matrix profile library for time series analysis
A Lodash inspired utility library to manipulate array and object for Rust
A Rust plotting library that integrates DOT graph rendering with traditional plotting capabilities
VecMap<K, V>: a Linear Search with Map API