/open-rpc

A Rust library to parse OpenRPC types.

Primary LanguageRustMIT LicenseMIT

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.