Crates.io | m6-key-set |
lib.rs | m6-key-set |
version | 0.2.1 |
source | src |
created_at | 2021-05-26 01:05:02.406832 |
updated_at | 2021-05-26 01:05:02.406832 |
description | Python like Set collection, enable hash by a key function |
homepage | |
repository | https://github.com/minghu6/rust-key-set/ |
max_upload_size | |
id | 402105 |
size | 17,287 |
Cargo.toml
key-hash-set = { git = "https://github.com/minghu6/rust-key-set", branch = "master" }
use key_set::{ KeySet };