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

#1636 in Parser implementations

Download history 1095/week @ 2024-09-23 728/week @ 2024-09-30 819/week @ 2024-10-07 917/week @ 2024-10-14 818/week @ 2024-10-21 774/week @ 2024-10-28 383/week @ 2024-11-04 278/week @ 2024-11-11 204/week @ 2024-11-18 921/week @ 2024-11-25 684/week @ 2024-12-02 730/week @ 2024-12-09 817/week @ 2024-12-16 100/week @ 2024-12-23 84/week @ 2024-12-30 791/week @ 2025-01-06

1,815 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.7MB
~37K SLoC