2 releases

0.1.1 Oct 25, 2024
0.1.0 Oct 25, 2024

#35 in #transcription


Used in ez-jsonrpc

MIT/Apache

14KB
366 lines

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.

Dependencies

~0.5–1MB
~21K SLoC