| Crates.io | dxr_derive |
| lib.rs | dxr_derive |
| version | 0.7.1 |
| created_at | 2022-02-04 21:05:58.773885+00 |
| updated_at | 2025-03-30 17:01:24.637401+00 |
| description | Declarative XML-RPC (derive macros) |
| homepage | |
| repository | https://github.com/ironthree/dxr |
| max_upload_size | |
| id | 527078 |
| size | 28,713 |
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.