18 releases

0.6.2 Jan 28, 2024
0.6.1 Sep 21, 2023
0.6.0 Jul 28, 2023
0.5.5 Apr 7, 2024
0.3.1 Feb 19, 2022

#3 in #dxr

Download history 4/week @ 2024-01-22 61/week @ 2024-02-19 21/week @ 2024-02-26 1/week @ 2024-03-04 5/week @ 2024-03-11 89/week @ 2024-04-01 33/week @ 2024-04-08

122 downloads per month
Used in dxr

MIT/Apache

14KB
219 lines

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.


lib.rs:

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).

Dependencies

~3MB
~57K SLoC