Expand description
RPC
Will contain the code to initiate the RPC and a request handler.
Re-exportsΒ§
pub use rpc_handler::CupratedRpcHandler;
pub use server::init_rpc_servers;
ModulesΒ§
- constants π
- Constants used within RPC.
- handlers π
- RPC handler functions.
- rpc_
handler π cuprated
βs implementation ofRpcHandler
.- server π
- RPC server initialization and main loop.
- service π
- Convenience functions for Cuprateβs various
tower::Service
requests/responses.