data_structure_traits 0.1.12

data structure collection traits
Documentation
1
2
3
4
5
6
7
8
9
10
mod binary_heap;
mod btree_map;
mod btree_set;
mod hash_map;
mod hash_set;
mod linked_list;
mod slice;
mod string;
mod vec;
mod vec_deque;