Go to file
2022-08-14 17:41:10 -05:00
src strict provenance conformance 2022-08-14 17:41:10 -05:00
.gitignore Initial commit 2022-05-11 13:27:15 -05:00
Cargo.toml add test::stress_test 2022-08-14 15:13:56 -05:00
LICENSE Initial commit 2022-05-11 13:27:20 -05:00
README.md stable 2022-06-08 23:00:11 -05:00

A Vec<T: ?Sized>

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

Check the crate-level documentation for more info.