collections2 0.0.1

Traits for generic collections, such as lists, maps and sets (supports no_std)
Documentation
  • Coverage
  • 0%
    0 out of 41 items documented0 out of 0 items with examples
  • Size
  • Source code size: 29.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bbqsrc/collections
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bbqsrc

collections2

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).

License

This project is licensed under either of

at your option.