6 releases

0.5.4 Apr 30, 2023
0.5.3 Mar 11, 2023
0.5.2 Feb 1, 2023
0.5.1 Nov 23, 2022
0.4.0 Jun 25, 2022

#8 in #xml-rpc

MIT/Apache

110KB
3K SLoC

DXR: declarative XML-RPC (axum server)

crates.io crates.io crates.io docs.rs

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.


lib.rs:

dxr_server_axum

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

Dependencies

~9–20MB
~255K SLoC