bb-ops 0.3.6

Canonical concrete components for the bytesandbrains framework — syscalls, wire transport, backends, protocols, role implementations.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Clock, RNG, sleep, and deadline-match syscalls.

pub mod clock;
pub mod deadline_match;
pub mod rng_u64;
pub mod sleep;

#[cfg(test)]
#[path = "tests.rs"]
mod tests;