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

#4 in #dxr

Download history 5/week @ 2024-02-14 31/week @ 2024-02-21 9/week @ 2024-02-28 2/week @ 2024-03-06 3/week @ 2024-03-13 1/week @ 2024-03-20 11/week @ 2024-03-27 123/week @ 2024-04-03 22/week @ 2024-04-10

602 downloads per month
Used in 2 crates (via 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.8–4MB
~68K SLoC