11 releases

new 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 28/week @ 2024-02-19 17/week @ 2024-02-26 5/week @ 2024-03-11 1/week @ 2024-03-18 283/week @ 2024-04-01

289 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