linear_collections 0.3.0

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