Skip to main content

Crate limen_platform

Crate limen_platform 

Source
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. The linux module skeleton exists but is not yet implemented. The P1 planned item tracks full PlatformBackend finalisation.

§Modules

  • linux — Linux / desktop platform adapters (stub; see module docs).

§Feature Flags

FlagEffect
(default)no_std, no heap
allocenables alloc-backed adapters
stdimplies alloc; enables std::time-backed clock and OS primitives

Modules§

linux
Linux / desktop platform adapters.