initial commit

This commit is contained in:
nora 2021-12-20 14:00:10 +01:00
commit 56d01a9464
3 changed files with 18 additions and 0 deletions

6
src/lib.rs Normal file
View 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>;