start working on growable Vec-like container for stackalloc'd slices

avec
Avril 3 years ago
parent bdba08664e
commit f78168048c
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -106,7 +106,7 @@ use std::{
ptr,
};
//TODO: pub mod avec; pub use avec::AVec;
pub mod avec; pub use avec::AVec;
mod ffi;
/// Allocate a runtime length uninitialised byte buffer on the stack, call `callback` with this buffer, and then deallocate the buffer.

Loading…
Cancel
Save