ez-jsonrpc-types

Crates.ioez-jsonrpc-types
lib.rsez-jsonrpc-types
version0.1.0
sourcesrc
created_at2024-07-05 02:52:26.364551
updated_at2024-07-05 02:52:26.364551
descriptionsimple types conforming to the JSON-RPC 2.0 Spec
homepagehttps://crates.io/crates/ez-jsonrpc-types
repositoryhttps://github.com/aatifsyed/ez-jsonrpc-types
max_upload_size
id1292322
size65,015
Aatif Syed (aatifsyed)

documentation

https://docs.rs/ez-jsonrpc-types

README

A transcription of types from the JSON-RPC 2.0 Specification.

When quoted, the specification will appear as blockquoted text, like so.

Design

  • All structs are owned (i.e, there is no borrowing of data from the Deserializer), to facilitate ergonomics.
  • Appearances of dynamic JSON [Value]s are parameterised out, to allow deferred serialization using, i.e RawValue.
Commit count: 38

cargo fmt