#json-rpc #jsonrpc

no-std json-rpc-types

Type definitions for JSON-RPC

10 releases (6 stable)

1.3.0 Mar 14, 2023
1.2.0 Sep 11, 2022
1.1.0 Aug 24, 2022
1.0.3 Jul 7, 2022
1.0.0-beta.4 Oct 3, 2020

#596 in Parser implementations

Download history 19/week @ 2023-02-07 56/week @ 2023-02-14 47/week @ 2023-02-21 57/week @ 2023-02-28 30/week @ 2023-03-07 54/week @ 2023-03-14 48/week @ 2023-03-21 60/week @ 2023-03-28 22/week @ 2023-04-04 41/week @ 2023-04-11 15/week @ 2023-04-18 39/week @ 2023-04-25 54/week @ 2023-05-02 47/week @ 2023-05-09 61/week @ 2023-05-16 31/week @ 2023-05-23

206 downloads per month
Used in snarkos-rpc

BSL-1.0 license

19KB
401 lines

json-rpc-types

Rust Crates.io Documentation

This library provides generic type definitions to serialize/deserialize JSON-RPC request/responses. It doesn't contain implementation itself as it is intended to be used as building block of actual implementation.


lib.rs:

JSON-RPCv2 data types

This library provides generic type definitions to serialize/deserialize JSON-RPC request/responses. It doesn't contain implementation itself as it is intended to be used as building block of actual implementation.

Dependencies

~0.6–1.2MB
~28K SLoC