cuprate/binaries/cuprated/src/rpc.rs
2024-09-05 18:06:07 -04:00

12 lines
192 B
Rust

//! RPC
//!
//! Will contain the code to initiate the RPC and a request handler.
// TODO: remove after impl.
mod bin;
mod handler;
mod json;
mod other;
pub use handler::CupratedRpcHandler;