Crates.io | json-rpc-types |
lib.rs | json-rpc-types |
version | 1.3.4 |
source | src |
created_at | 2020-09-23 14:31:08.692316 |
updated_at | 2023-08-28 09:46:38.022228 |
description | Type definitions for JSON-RPC |
homepage | |
repository | https://github.com/DoumanAsh/json-rpc-types |
max_upload_size | |
id | 292087 |
size | 32,251 |
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.
id-str-only
- Forces ID deserialization to assume string only.id-number-only
- Forces ID deserialization to assume number only.