cuprate-hinto-janai/binaries/cuprated/src/rpc.rs
hinto.janai 79b03e386a
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
Merge branch 'main' into json
2024-11-01 20:18:25 -04:00

13 lines
203 B
Rust

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