5 releases (3 breaking)
0.4.0 | Oct 26, 2024 |
---|---|
0.3.1 | Oct 25, 2024 |
0.3.0 | Oct 25, 2024 |
0.2.0 | Aug 9, 2024 |
0.1.1 | Aug 8, 2024 |
#975 in Parser implementations
91 downloads per month
99KB
2.5K
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
Value
s are parameterised out, to allow deferred serialization using, i.e RawValue.
Dependencies
~1–2MB
~41K SLoC