0.4.4 - no_std support

This commit is contained in:
Jeremy Soller
2022-02-05 20:28:11 -07:00
parent 9083dd07c9
commit cfe5841646
12 changed files with 168 additions and 93 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
use std::{fmt, mem, ops, slice, str};
use alloc::vec::Vec;
use core::{fmt, mem, ops, slice, str};
use super::Extent;
use syscall;