linear_collections 0.3.0

Map and Set types backed by linear data structures.
Documentation
1
2
3
pub fn main() {
    linear_collections_macros::vec_map![(0, "v"), (0, "v"), (1, "v"), (1, "v")];
}