Reorganize mammoth lib in rust.
This commit is contained in:
parent
d5a5041c4b
commit
d35e8d253f
12 changed files with 223 additions and 214 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use alloc::boxed::Box;
|
||||
use mammoth::syscall::ZError;
|
||||
use mammoth::zion::ZError;
|
||||
|
||||
pub struct ByteBuffer<const N: usize> {
|
||||
buffer: Box<[u8; N]>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue