Restaged repo, allocator and runtime implemented, ioring-backed async fs/net/channel/timer primitives
This commit is contained in:
4
lib/runtime/src/sys/mod.rs
Normal file
4
lib/runtime/src/sys/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Platform backend implementations.
|
||||
|
||||
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
|
||||
pub mod linux;
|
||||
Reference in New Issue
Block a user