# DXR: declarative XML-RPC (axum server)
[](https://crates.io/crates/dxr_server_axum/)
[](https://crates.io/crates/dxr_server_axum/)
[](https://crates.io/crates/dxr_server_axum/)
[](https://docs.rs/dxr_server_axum/)
**WARNING**: This crate has been merged into `dxr_server` as of version 0.6.0.
The dxr project provides crates for writing XML-RPC API clients and servers in Rust.
This crate contains an implementation of an `async` XML-RPC server using `axum`. This functionality
is re-exported from the `dxr` crate when the `server-axum` feature is enabled, so this crate should be
considered an internal implementation detail, and never be imported or used directly.