9 unstable releases (3 breaking)
0.4.0 | Jun 28, 2024 |
---|---|
0.3.3 | Jun 11, 2024 |
0.2.2 | May 29, 2024 |
0.1.0 | May 22, 2024 |
#1015 in Network programming
1,624 downloads per month
Used in 2 crates
44KB
687 lines
A transcription of types from the OpenRPC
Specification.
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.
lib.rs
:
A transcription of types from the OpenRPC
Specification.
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. Parallel types where
ReferenceOr<T>
is replaced by itemT
.
Dependencies
~2.7–4MB
~73K SLoC