mirror of
https://github.com/Noratrieb/vechonk.git
synced 2026-01-14 16:45:10 +01:00
initial commit
This commit is contained in:
commit
56d01a9464
3 changed files with 18 additions and 0 deletions
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//!
|
||||
//! A `Vec<T: ?Sized>`
|
||||
//!
|
||||
//! It's implemented by laying out the elements in memory contiguously like `alloc::vec::Vec`
|
||||
|
||||
struct Vechonk<T: ?Sized>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue