Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 684 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 684 Bytes

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.