| Crates.io | m6-key-set |
| lib.rs | m6-key-set |
| version | 0.2.1 |
| created_at | 2021-05-26 01:05:02.406832+00 |
| updated_at | 2021-05-26 01:05:02.406832+00 |
| 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 };