dyn_vec/README.md

5 lines
147 B
Markdown
Raw Permalink Normal View History

2022-06-08 23:00:11 -05:00
# A `Vec<T: ?Sized>`
2022-05-11 13:27:20 -05:00
2022-06-08 23:00:11 -05:00
A dynamic length collection of unsized elements, akin to `std::vec::Vec`.
Check the crate-level documentation for more info.