ez-jsonrpc

Crates.ioez-jsonrpc
lib.rsez-jsonrpc
version0.4.0
sourcesrc
created_at2024-08-08 11:30:44.5644
updated_at2024-10-26 07:26:59.632134
descriptionJSON-RPC 2.0 made easy!
homepagehttps://crates.io/crates/ez-jsonrpc
repositoryhttps://github.com/aatifsyed/ez-jsonrpc
max_upload_size
id1329449
size47,510
Aatif Syed (aatifsyed)

documentation

https://docs.rs/ez-jsonrpc

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: 68

cargo fmt