#key-set #hash-set #python #collection #hash-key

m6-key-set

Python like Set collection, enable hash by a key function

1 unstable release

0.2.1 May 26, 2021

#22 in #hash-key

0BSD license

8KB
166 lines

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 };

Dependencies

~1MB
~16K SLoC