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

#1674 in Parser implementations

Download history 972/week @ 2024-10-25 330/week @ 2024-11-01 357/week @ 2024-11-08 214/week @ 2024-11-15 908/week @ 2024-11-22 655/week @ 2024-11-29 718/week @ 2024-12-06 830/week @ 2024-12-13 185/week @ 2024-12-20 80/week @ 2024-12-27 714/week @ 2025-01-03 413/week @ 2025-01-10 752/week @ 2025-01-17 412/week @ 2025-01-24 1126/week @ 2025-01-31 1596/week @ 2025-02-07

3,969 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
~36K SLoC