cuprate/binaries/cuprated/src/rpc.rs

6 lines
103 B
Rust
Raw Normal View History

//! RPC
//!
//! Will contain the code to initiate the RPC and a request handler.
mod request_handler;