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.