Go to file
missing 4285ce0814 polish for crates.io 2022-12-26 11:39:50 -06:00
src polish for crates.io 2022-12-26 11:39:50 -06:00
.gitignore polish for crates.io 2022-12-26 11:39:50 -06:00
Cargo.toml polish for crates.io 2022-12-26 11:39:50 -06:00
LICENSE-APACHE polish for crates.io 2022-12-26 11:39:50 -06:00
LICENSE-MIT polish for crates.io 2022-12-26 11:39:50 -06:00
README.md stable 2022-06-08 23:00:11 -05:00

README.md

A Vec<T: ?Sized>

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

Check the crate-level documentation for more info.