Provides JSON-RPC routing capabilities for asynchronous dynamic dispatch in Rust applications.
Enables application functions with varying argument types and signatures to be callable from JSON-RPC requests. It offers asynchronous execution and supports variadic arguments, allowing developers to build robust and flexible APIs. The library provides derive macros to streamline the implementation of traits, simplifying the creation of resources, parameters, and error handling. Includes support for custom error types and resource management.
주요 기능
01Support for variadic arguments
02Custom error type handling
0325 GitHub stars
04Asynchronous JSON-RPC routing
05Derive macros for simplifying trait implementations
06Resource management
사용 사례
01Building JSON-RPC APIs with Rust
02Implementing RPC handlers with custom error handling