open-rpc 0.1.0

Definition of the types used in the OpenRPC Specification.
Documentation
  • Coverage
  • 100%
    174 out of 174 items documented3 out of 32 items with examples
  • Size
  • Source code size: 36.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nils-mathieu/open-rpc
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nils-mathieu

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.