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