sim-lib-server 0.2.0

Location-transparent server, transport, and eval-fabric runtime for SIM.
Documentation
1
2
3
4
5
6
7
8
//! Compatibility path for the shared platform-time contracts.

pub use sim_host_core::{
    DeterministicTime as DeterministicWallClock, SystemWallClock, WallClock, WallTimestamp,
};

#[cfg(test)]
mod tests;