5 releases (3 breaking)
new 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 |
#1073 in Parser implementations
157 downloads per month
91KB
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
Value
s are parameterised out, to allow deferred serialization using, i.e RawValue.
Dependencies
~1–2MB
~42K SLoC