collectable 0.0.2

Fallible, no_std-friendly collection traits
Documentation
  • Coverage
  • 94.44%
    17 out of 18 items documented0 out of 18 items with examples
  • Size
  • Source code size: 17.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 379.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • RustCrypto/utils
    458 133 25
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tarcieri
This crate provides a set of traits that can be used to abstract over various collection types. In particular, it supports traits for fallible operations (such as [`TryExtend`]) which are useful for supporting fixed-capacity containers, such as `heapless::Vec` or `tinyvec::Array`.