2 unstable releases

0.2.0 Aug 9, 2024
0.1.1 Aug 8, 2024

#642 in Encoding

Download history 214/week @ 2024-08-08 6/week @ 2024-08-15

220 downloads per month

MIT/Apache

88KB
2K SLoC

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.8–1.7MB
~37K SLoC