22 releases

Uses new Rust 2024

0.8.0 Dec 15, 2025
0.7.1 Mar 30, 2025
0.7.0 Dec 1, 2024
0.6.3 Jul 13, 2024
0.3.1 Feb 19, 2022

#11 in #xml-rpc

Download history 966/week @ 2025-11-07 1156/week @ 2025-11-14 1171/week @ 2025-11-21 1053/week @ 2025-11-28 1451/week @ 2025-12-05 1875/week @ 2025-12-12 652/week @ 2025-12-19 855/week @ 2025-12-26 1509/week @ 2026-01-02 2740/week @ 2026-01-09 2811/week @ 2026-01-16 2382/week @ 2026-01-23 1803/week @ 2026-01-30 846/week @ 2026-02-06 1620/week @ 2026-02-13 2180/week @ 2026-02-20

6,863 downloads per month
Used in 2 crates (via dxr)

MIT/Apache

15KB
212 lines

dxr_derive

This crate is an implementation detail of the dxr crate, which provides the derive macros. It should be used only indirectly (i.e. by enabling the "derive" feature of the dxr crate).


DXR: declarative XML-RPC (derive macros)

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

The dxr project provides crates for writing XML-RPC API clients and servers in Rust.

This crate contains implementations of derive macros for the TryFromValue and TryToValue traits. They are re-exported from the dxr crate when the derive feature is enabled, so this crate should be considered an internal implementation detail, and never be imported or used directly.

Dependencies

~2–2.8MB
~65K SLoC