identified_vec 0.1.11

Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type.
Documentation
1
2
3
4
5
6
7
mod conflict_resolution_choice;
mod identified_vec;
mod is_identified_vec;

pub use conflict_resolution_choice::*;
pub use identified_vec::*;
pub use is_identified_vec::*;