Crate smol_jsonrpc

Source

Structs§

Error
Error type for JSON-RPC specific errors.
Request
A JSON-RPC request object
Response
A JSON-RPC response object

Enums§

ErrorCode
Error codes defined by the JSON-RPC 2.0 spec: https://www.jsonrpc.org/specification#error_object

Functions§

id_from_value
Converts a JSON Value into a JSON-RPC ID.

Type Aliases§

Result
Convenience alias for the library’s Result type.