logo
首页技术栈工具库讨论
indexmap

indexmap

A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconbluss/indexmap703
CARGO
cargo install indexmap
查看
标签
根据用户添加的标签生成
暂无标签