Crate dxr_shared

Source
👎Deprecated since 0.5.5: The dxr_shared crate was renamed to dxr with version 0.6.0.
Expand description

§dxr_shared

This crate is an implementation detail of the dxr crate, which provides the implementation of XML-RPC types, (de)serialization support, and conversion between XML-RPC values and Rust values.

Re-exports§

pub use chrono;

Structs§

FaultDeprecated
XML-RPC server fault (numeric error code and message)
FaultResponseDeprecated
XML-RPC fault response type
MethodCallDeprecated
XML-RPC method call type
MethodResponseDeprecated
XML-RPC method response type
ValueDeprecated
XML-RPC value type

Enums§

DxrErrorDeprecated
error type used for conversion errors between XML-RPC values and Rust values

Constants§

XML_RPC_DATE_FORMATDeprecated
date & time format used by the XML-RPC dateTime.iso8601 value type

Traits§

TryFromParamsDeprecated
conversion trait from an XML-RPC call argument list to Rust types
TryFromValueDeprecated
conversion trait from XML-RPC values to Rust types
TryToParamsDeprecated
conversion trait from Rust types to XML-RPC method call argument lists
TryToValueDeprecated
conversion trait from Rust types to XML-RPC values