Crates.io | collections2 |
lib.rs | collections2 |
version | 0.0.1 |
source | src |
created_at | 2022-10-04 14:35:35.56799 |
updated_at | 2022-10-04 14:35:35.56799 |
description | Traits for generic collections, such as lists, maps and sets (supports no_std) |
homepage | |
repository | https://github.com/bbqsrc/collections |
max_upload_size | |
id | 679849 |
size | 30,161 |
Because
collections
is a reserved name on crates.io ✨
A crate for generic collections, such as Map
, Set
, and List
, including mutable variants. Includes an Iterable
and IterableMut
trait for generic iterators.
Supports no_std
, just add default-features = false
to your cargo dependency. Supports opt-in alloc with the alloc
feature.
Requires Rust 1.65+ due to usage of generic associated types (GATs).
This project is licensed under either of
at your option.