cuprate/binaries/cuprated/src/rpc.rs

8 lines
133 B
Rust
Raw Normal View History

//! RPC
//!
//! Will contain the code to initiate the RPC and a request handler.
2024-09-01 20:59:33 +00:00
mod handler;
pub use handler::CupratedRpcHandler;