Crates.io | dxr_derive |
lib.rs | dxr_derive |
version | 0.6.3 |
source | src |
created_at | 2022-02-04 21:05:58.773885 |
updated_at | 2024-07-13 18:51:39.429855 |
description | Declarative XML-RPC (derive macros) |
homepage | |
repository | https://github.com/ironthree/dxr |
max_upload_size | |
id | 527078 |
size | 25,502 |
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.