Crate dxr_server_axum

Source
👎Deprecated since 0.5.5: The dxr_server_axum crate was merged into the dxr_server crate with version 0.6.0.
Expand description

§dxr_server_axum

This crate provides an XML-RPC server implementation for the dxr crate based on axum.

Re-exports§

pub use axum;

Structs§

RouteBuilderDeprecated
builder that takes parameters for constructing a standalone axum::Router
ServerDeprecated
XML-RPC server implementation