Module server

Source
Expand description

JSON-RPC IPC server implementation

Structs§

Builder
Builder to configure and create a JSON-RPC server
IpcServer
Ipc Server implementation
IpcServerStartError
Error thrown when server couldn’t be started.
RpcService
JSON-RPC service middleware.
RpcServiceBuilder
Similar to [tower::ServiceBuilder] but doesn’t support any tower middleware implementations.
Settings
JSON-RPC IPC server settings.
TowerServiceNoHttp
JsonRPSee service compatible with tower.