Expand description
Re-exports§
pub use axum;
axum
Structs§
- Route
Builder axum
- builder that takes parameters for constructing a standalone
axum::Router
- Server
axum
- XML-RPC server implementation
Enums§
- Server
Error axum
- error type for XML-RPC servers
Constants§
- DEFAULT_
SERVER_ ROUTE - default server route / path for XML-RPC endpoints
Traits§
- Handler
- trait describing server methods that can be called via XML-RPC
Functions§
- server
- This function can be used in custom XML-RPC endpoints (BYOS - bring your own server).
Type Aliases§
- Handler
Fn - type alias for non-async handler functions without associated data
- Handler
Map - type alias for atomically reference-counted map of XML-RPC method names and handlers
- Handler
Result - type alias for the result type of method handlers