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

Download history 14/week @ 2024-06-24 24/week @ 2024-07-01 3/week @ 2024-07-08 7/week @ 2024-07-15 13/week @ 2024-07-22 7/week @ 2024-07-29 17/week @ 2024-08-05 2/week @ 2024-08-26 63/week @ 2024-09-23 8/week @ 2024-10-07

71 downloads per month
Used in dxr_server_axum

MIT/Apache

89KB
2.5K SLoC

DXR: declarative XML-RPC (shared implementation details)

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

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