#typemap #map #hash

fxtypemap

基于 Firefox 和 Rustc 内部哈希器实现的快速类型映射

3 个不稳定版本

0.2.0 2020年12月16日
0.1.1 2020年1月18日
0.1.0 2020年1月18日

#2001算法

MIT 许可证

7KB
146

FxTypeMap

这是一个简单的类型映射,基于 crate fxhash

用法

let mut map = TypeMap::new();

map.insert::<String>(String::from("hello"));

assert!(map.get::<String>().is_some());
assert!(map.contains::<String>());

依赖项

~135KB