6 releases (breaking)

0.5.1 Oct 27, 2024
0.5.0 Oct 27, 2024
0.4.0 Oct 25, 2024
0.3.0 Aug 8, 2024
0.1.0 Jul 5, 2024

#1647 in Parser implementations

Download history 395/week @ 2024-07-24 740/week @ 2024-07-31 694/week @ 2024-08-07 538/week @ 2024-08-14 857/week @ 2024-08-21 654/week @ 2024-08-28 1230/week @ 2024-09-04 677/week @ 2024-09-11 960/week @ 2024-09-18 965/week @ 2024-09-25 604/week @ 2024-10-02 924/week @ 2024-10-09 805/week @ 2024-10-16 1058/week @ 2024-10-23 393/week @ 2024-10-30 270/week @ 2024-11-06

2,720 downloads per month
Used in 2 crates

MIT/Apache

57KB
1K SLoC

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

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

Design

  • By default, all structs are owned and spec conformant. This makes simple usage much easier than e.g jsonrpc or jsonrpsee.
  • Most interesting fields are parameterisable in the template module, which you can opt-in to for zero copy/sharing.

Dependencies

~0.7–1.8MB
~38K SLoC