#rpc #json-rpc #json #json-schema

no-std open-rpc

Definition of the types used in the OpenRPC Specification

1 unstable release

0.1.0 Oct 29, 2023

#1851 in Encoding

24 downloads per month

MIT license

36KB
483 lines

OpenRPC

This Rust crate provides definition for the types defined in the OpenRPC Specification. It allows parsing such a specification into a Rust data structure with the help of serde and serde_json.


lib.rs:

Defines the types defined by the [OpenRPC] specification.

OpenRPC

Dependencies

~0.4–1.1MB
~26K SLoC