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.