m6-key-set 0.2.1

Python like Set collection, enable hash by a key function
Documentation

A Key Set supports the flexiable key function.

Add it to dependecy

Cargo.toml

key-hash-set = { git = "https://github.com/minghu6/rust-key-set", branch = "master" }

Use it!

use key_set::{ KeySet };