openrpc-types 0.3.2

A transcription of types from the OpenRPC Specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- cargo-rdme start -->

A transcription of types from the [`OpenRPC` Specification](https://spec.open-rpc.org/).

This library does NOT perform more complicated validation of the spec, including:
- unique method names
- unique error codes
- reference idents

`Link` objects are not currently supported.

> When quoted, the specification will appear as blockquoted text, like so.

<!-- cargo-rdme end -->