7 releases
0.5.5 | Apr 7, 2024 |
---|---|
0.5.4 | Apr 30, 2023 |
0.5.3 | Mar 11, 2023 |
0.5.2 | Feb 1, 2023 |
0.4.0 | Jun 25, 2022 |
27 downloads per month
110KB
3K
SLoC
DXR: declarative XML-RPC (axum server)
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.
lib.rs
:
dxr_server_axum
This crate provides an XML-RPC server implementation for the dxr
crate based on axum
.
Dependencies
~9–18MB
~246K SLoC