m6-key-set 0.2.1

Python like Set collection, enable hash by a key function
Documentation
  • Coverage
  • 31.82%
    7 out of 22 items documented0 out of 0 items with examples
  • Size
  • Source code size: 17.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 636.18 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • minghu6/rust-key-set
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • minghu6

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