#collection #generic #traits #list #variant #set #map

no-std collections2

用于泛型集合的 trait,如列表、映射和集合(支持 no_std)

1 个不稳定版本

0.0.1 2022年10月4日

#289#variant

Apache-2.0 OR MIT

19KB
517

collections2

因为 collections 是 crates.io 上的保留名称 ✨

一个泛型集合的 crate,如 MapSetList,包括可变变体。包括泛型迭代器的 IterableIterableMut trait。

支持 no_std,只需在您的 cargo 依赖项中添加 default-features = false 即可。支持通过 alloc 功能进行选优分配。

由于使用了泛型关联类型(GATs),需要 Rust 1.65+。

许可证

此项目根据您的选择许可

无运行时依赖

功能