json-rpc-types

Crates.iojson-rpc-types
lib.rsjson-rpc-types
version1.3.4
sourcesrc
created_at2020-09-23 14:31:08.692316
updated_at2023-08-28 09:46:38.022228
descriptionType definitions for JSON-RPC
homepage
repositoryhttps://github.com/DoumanAsh/json-rpc-types
max_upload_size
id292087
size32,251
Douman (DoumanAsh)

documentation

README

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.

Features

  • id-str-only - Forces ID deserialization to assume string only.
  • id-number-only - Forces ID deserialization to assume number only.
Commit count: 27

cargo fmt