secgate/util/
mod.rs

1//! A set of utility types for low-level communication between compartments.
2
3mod buffer;
4mod handle;
5
6pub use buffer::*;
7pub use handle::*;