m6-key-set 0.2.1

Python like Set collection, enable hash by a key function
Documentation
1
2
3
4
5
mod key_set;

pub use crate::key_set::{
    KeySet, GetKeyType, KeyHashSet, debug_key
};