smol-jsonrpc

Crates.iosmol-jsonrpc
lib.rssmol-jsonrpc
version0.2.0
sourcesrc
created_at2023-06-20 22:39:41.629042
updated_at2023-07-19 18:28:46.678949
descriptionMessages and related types for implementing the JSON-RPC protocol
homepage
repositoryhttps://gitlab.com/smol-jsonrpc/smol-jsonrpc
max_upload_size
id895548
size22,336
(decapod-atm)

documentation

README

smol-jsonrpc

Small JSON-RPC library for handling Request and Response messages in the JSON-RPC 2.0 protocol.

Makes no assumptions about transport layer, and is a default no_std library.

Note: the library currently requires the alloc crate. Future work may remove this requirement.

Using std

To use std-only features, enable the std feature:

smol_jsonrpc = { version = "x.x", features = ["std"] }
Commit count: 13

cargo fmt