forked from LowLevelDevs/FoundryOS
Introducing the hottest library crate in town (libk!)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#![no_std]
|
||||
|
||||
// alloc
|
||||
// io : serial, framebuffer, ascii(?), keyboard
|
||||
// ?????
|
||||
// scheduling / tasks : async
|
||||
|
||||
pub mod alloc;
|
||||
pub mod io;
|
||||
pub mod scheduling;
|
||||
|
||||
/// Re-exports most of the IO macros.
|
||||
pub mod prelude {
|
||||
pub use crate::{print_log, println, println_log, serial_print, serial_println};
|
||||
}
|
||||
Reference in New Issue
Block a user