m6-key-set

Crates.iom6-key-set
lib.rsm6-key-set
version0.2.1
sourcesrc
created_at2021-05-26 01:05:02.406832
updated_at2021-05-26 01:05:02.406832
descriptionPython like Set collection, enable hash by a key function
homepage
repositoryhttps://github.com/minghu6/rust-key-set/
max_upload_size
id402105
size17,287
(minghu6)

documentation

README

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

Commit count: 6

cargo fmt