#collection #hash-map #b-tree #set #hash #map #extension

sixarm_collections

HashMapToSet和BTreeMapToSet的集合辅助工具,作为特性扩展。由SixArm.com提供。

2个稳定版本

1.1.1 2021年3月30日
1.1.0 2021年3月24日

55#b-tree

MIT OR Apache-2.0 OR GPL-2.0-only

25KB
359

SixArm.com 集合 Rust 包

本包提供两个通用集合辅助工具

  • BTreeMapToSet<K, V> 基于 BTreeMap<K, BTreeSet>

  • HashMapToSet<K, V> 基于 HashMap<K, HashSet>

本包提供两个特定用途的集合辅助工具

  • BTreeMapOfFileLenToSetOfPathBuf 基于 BTreeMap<u64, BTreeSet>

  • HashMapOfFileLenToSetOfPathBuf 基于 HashMap<u64, HashSet>

这些辅助工具作为特性扩展实现,即这些辅助工具向现有的Rust std::collections代码添加函数。

跟踪

联系:Joel Parker Henderson [email protected]

许可证:GPL-2.0 或 Apache-2.0 或 MIT

依赖项

~7KB