A thread pool-based Rust implementation of JSON-RPC 2.0. This library provides a simple, user-friendly API for creating local JSON-RPC servers with concurrent request handling, graceful shutdown, and ...
JSON-RPC 2.0: https://www.jsonrpc.org/specification RFC 8259 (JSON): https://www.rfc-editor.org/rfc/rfc8259 ...