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

#1695 in Parser implementations

Download history 887/week @ 2024-08-03 452/week @ 2024-08-10 812/week @ 2024-08-17 649/week @ 2024-08-24 1160/week @ 2024-08-31 979/week @ 2024-09-07 548/week @ 2024-09-14 1041/week @ 2024-09-21 786/week @ 2024-09-28 803/week @ 2024-10-05 919/week @ 2024-10-12 638/week @ 2024-10-19 906/week @ 2024-10-26 416/week @ 2024-11-02 282/week @ 2024-11-09 201/week @ 2024-11-16

1,913 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
~37K SLoC