Crate dxr_shared
source · [−]Expand description
dxr_shared
This crate provides base implementations of all XML-RPC types and functionality that is used in
the macros provided by dxr_derive
and the high-level functionality provided in dxr
itself.
Re-exports
pub use chrono;
Structs
data type representing an XML-RPC server fault (numeric error code and message)
XML-RPC fault response type
XML-RPC method call type
XML-RPC method response type
XML-RPC value type
Enums
error type used for conversion errors between XML-RPC values and Rust values
Constants
date & time format used by the XML-RPC dateTime.iso8601
value type
Traits
conversion trait from XML-RPC values to Rust types
conversion trait from an XML-RPC call argument list to Rust types
conversion trait from Rust types to XML-RPC values
conversion trait from Rust types to XML-RPC method call argument lists