Rename scheduling to 'async_io', general cleanup

This commit is contained in:
2025-02-25 03:18:12 +00:00
parent e294a13a91
commit 4fe6109e5b
10 changed files with 127 additions and 12 deletions
+2 -6
View File
@@ -1,5 +1,5 @@
#![no_std]
#![allow(async_fn_in_trait)]
// #![allow(async_fn_in_trait)]
#![warn(tail_expr_drop_order)]
#![warn(
clippy::correctness,
@@ -12,15 +12,11 @@
rustdoc::missing_panics_doc
)]
// alloc
// io : serial, framebuffer, ascii(?), keyboard
// ?????
// scheduling / tasks : async
extern crate alloc;
pub mod drivers;
pub mod resources;
pub mod threads;
pub mod util;
#[allow(unused)] // We aren't using much of this right now.