cuprate-hinto-janai/binaries/cuprated/src/rpc.rs
2024-10-10 17:37:28 -04:00

12 lines
188 B
Rust

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