This crate provides two general-purpose collections helpers:
BTreeMapToSet
HashMapToSet
This crate provides two specific-purpose collections helpers:
BTreeMapOfFileLenToSetOfPathBuf is based on BTreeMap
HashMapOfFileLenToSetOfPathBuf is based on HashMap
The helpers are implemented as trait extensions i.e. the helpers add functions to existing Rust std::collections code.
Contact: Joel Parker Henderson joel@joelparkerhenderson.com
License: GPL-2.0 or Apache-2.0 or MIT