dxr_derive

Crates.iodxr_derive
lib.rsdxr_derive
version0.5.5
sourcesrc
created_at2022-02-04 21:05:58.773885
updated_at2024-07-13 18:51:39.429855
descriptionDeclarative XML-RPC (derive macros)
homepage
repositoryhttps://github.com/ironthree/dxr
max_upload_size
id527078
size24,045
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: 215

cargo fmt