Restaged repo, allocator and runtime implemented, ioring-backed async fs/net/channel/timer primitives

This commit is contained in:
2026-03-19 17:54:29 -04:00
commit 3fd8209420
51 changed files with 11471 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
//! Platform backend implementations.
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
pub mod linux;