//! The pure contract: types that ALWAYS compile with zero OS deps.
//!
//! Every module here is platform-agnostic. No `std::fs`, no `std::process`, no
//! `std::net`, no OS syscalls. The only host-touching code in the whole crate
//! lives in [`crate::backend::inert`] (the no-confinement reference backend),
//! never in the contract or the [`backend::Backend`] trait.
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub