dyn_vec 0.1.0

A Vec<T: ?Sized>
Documentation
  • Coverage
  • 100%
    41 out of 41 items documented2 out of 38 items with examples
  • Size
  • Source code size: 68.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • PieceNotFound

A Vec<T: ?Sized>

A dynamic length collection of unsized elements, akin to std::vec::Vec.

Check the crate-level documentation for more info.