adding std io idk

This commit is contained in:
2025-02-24 15:33:42 +00:00
parent 2cbe9641aa
commit d5b15826e2
6 changed files with 12 additions and 4 deletions
+1 -2
View File
@@ -26,8 +26,7 @@ pub mod std;
/// Re-exports most of the IO macros as well as standard allocation stuff
pub mod prelude {
pub use crate::drivers::io::ascii::{_print, _print_log};
pub use crate::{print, print_log, println, println_log, serial_print, serial_println};
pub use crate::std::io::*;
pub use alloc::{
boxed::Box,
string::{String, ToString},