Crates.io | dyn_vec |
lib.rs | dyn_vec |
version | 0.1.0 |
source | src |
created_at | 2022-12-26 17:43:24.651835 |
updated_at | 2022-12-26 17:43:24.651835 |
description | A Vec |
homepage | |
repository | https://git.karx.xyz/missing/dyn_vec |
max_upload_size | |
id | 745883 |
size | 65,815 |
Vec<T: ?Sized>
A dynamic length collection of unsized elements, akin to std::vec::Vec
.
Check the crate-level documentation for more info.