https://github.com/selfint/jsonrpc-types
Minimal implementation of JSON-RPC 2.0 types in Rust.
https://github.com/selfint/jsonrpc-types
Last synced: about 1 year ago
JSON representation
Minimal implementation of JSON-RPC 2.0 types in Rust.
- Host: GitHub
- URL: https://github.com/selfint/jsonrpc-types
- Owner: selfint
- License: mit
- Created: 2023-01-15T12:38:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T13:11:08.000Z (over 3 years ago)
- Last Synced: 2025-02-14T08:49:18.365Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonrpc-types
A minimal implementation of the [JSON-RPC 2.0 Specification](https://www.jsonrpc.org/specification) types.