Go to file
2022-06-08 23:00:11 -05:00
src stable 2022-06-08 23:00:11 -05:00
.gitignore Initial commit 2022-05-11 13:27:15 -05:00
Cargo.toml stable 2022-06-08 23:00:11 -05:00
LICENSE Initial commit 2022-05-11 13:27:20 -05:00
README.md stable 2022-06-08 23:00:11 -05:00
rust-toolchain Initial commit 2022-05-11 13:27:15 -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.