Crate jsonrpc_sys
source ·Expand description
A lightweight library defining the types declared by the JSON-RPC 2.0 specification.
Structs
- A JSON-RPC 2.0 error.
- A JSON-RPC 2.0 error code.
- A JSON-RPC 2.0 request.
- A JSON-RPC 2.0 response.
Enums
- A request identifier.
- Represents either one, or multiple JSON-RPC
Request
s.