dxr_derive

Crates.iodxr_derive
lib.rsdxr_derive
version0.7.1
created_at2022-02-04 21:05:58.773885+00
updated_at2025-03-30 17:01:24.637401+00
descriptionDeclarative XML-RPC (derive macros)
homepage
repositoryhttps://github.com/ironthree/dxr
max_upload_size
id527078
size28,713
Fabio Valentini (decathorpe)

documentation

README

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.

Commit count: 242

cargo fmt