Expand description
§limen-platform
Limen Platform provides concrete implementations of the platform
abstractions defined in limen-core::platform (PlatformClock,
Timers, Affinity).
Status: stub. The platform contract traits are defined and stable in
limen-core. This crate is the intended home for target-specific adapters. Thelinuxmodule skeleton exists but is not yet implemented. TheP1planned item tracks fullPlatformBackendfinalisation.
§Modules
linux— Linux / desktop platform adapters (stub; see module docs).
§Feature Flags
| Flag | Effect |
|---|---|
| (default) | no_std, no heap |
alloc | enables alloc-backed adapters |
std | implies alloc; enables std::time-backed clock and OS primitives |
Modules§
- linux
- Linux / desktop platform adapters.