scx_rustland_core 2.4.12

Framework to implement sched_ext schedulers running in user space
Documentation
1
2
3
4
5
6
7
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

mod alloc;
pub use alloc::ALLOCATOR;

mod rustland_builder;
pub use rustland_builder::RustLandBuilder;