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

#1902 in Parser implementations

Download history 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 801/week @ 2025-01-06 467/week @ 2025-01-13 788/week @ 2025-01-20 293/week @ 2025-01-27 1273/week @ 2025-02-03 1676/week @ 2025-02-10 771/week @ 2025-02-17 774/week @ 2025-02-24 937/week @ 2025-03-03

4,186 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