Crate ez_jsonrpc_types

source ·
Expand description

A transcription of types from the JSON-RPC 2.0 Specification.

When quoted, the specification will appear as blockquoted text, like so.

§Design

  • All structs are owned (i.e, there is no borrowing of data from the Deserializer), to facilitate ergonomics.
  • Appearances of dynamic JSON Values are parameterised out, to allow deferred serialization using, i.e RawValue.

Re-exports§

  • pub use map::Map;

Modules§

Structs§

  • A JSON-RPC 2.0 error object.
  • A JSON-RPC 2.0 request object.
  • A JSON-RPC 2.0 response object.

Enums§