← All repos

axum-jrpc

Browse cluster: SQL databases and distributed systems
21stars
44commits
10contributors
1languages

Tech stack & purpose

axum-jrpc is a JSON-RPC extractor for the Axum web framework that parses and validates JSON-RPC requests. Built in Rust, it provides a JsonRpcExtractor type that integrates with Axum to handle JSON-RPC method calls, parameter parsing, and response generation. The project includes examples demonstrating how to define request handlers that match on RPC method names and return properly formatted JSON-RPC responses.

Languages

Rust
100.0%

Contributors