11 releases
0.5.5 | Apr 7, 2024 |
---|---|
0.5.4 | Apr 30, 2023 |
0.5.3 | Mar 11, 2023 |
0.5.1 | Nov 23, 2022 |
0.2.1 | Feb 11, 2022 |
#11 in #xml-rpc
71 downloads per month
Used in dxr_server_axum
89KB
2.5K
SLoC
DXR: declarative XML-RPC (shared implementation details)
WARNING: This crate has been renamed to dxr
as of version 0.6.0.
The dxr project provides crates for writing XML-RPC API clients and servers in Rust.
This crate contains implementations of type conversions between XML strings, XML-RPC values, and the corresponding Rust types. This functionality should be considered an internal implementation detail, and never be imported or used directly.
lib.rs
:
dxr_shared
This crate is an implementation detail of the dxr
crate, which provides the implementation of
XML-RPC types, (de)serialization support, and conversion between XML-RPC values and Rust values.
Dependencies
~2.7–3.5MB
~65K SLoC