Skip to main content

Mountain/RPC/
mod.rs

1//! Mountain RPC services. `CocoonService` is the active surface - the tonic
2//! server impl that Cocoon dials into.
3
4pub mod CocoonService;