memkit 0.1.1-beta.1

Deterministic, intent-driven memory allocation for systems requiring predictable performance
Documentation
1
2
3
4
5
6
7
8
9
//! Lifecycle management types.

mod scope;
mod phase;
mod checkpoint;

pub use scope::MkScope;
pub use phase::{MkPhase, MkPhaseReport};
pub use checkpoint::MkCheckpoint;