👎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§
- Fault
Deprecated - XML-RPC server fault (numeric error code and message)
- Fault
Response Deprecated - XML-RPC fault response type
- Method
Call Deprecated - XML-RPC method call type
- Method
Response Deprecated - XML-RPC method response type
- Value
Deprecated - XML-RPC value type
Enums§
- DxrError
Deprecated - error type used for conversion errors between XML-RPC values and Rust values
Constants§
- XML_
RPC_ DATE_ FORMAT Deprecated - date & time format used by the XML-RPC
dateTime.iso8601
value type
Traits§
- TryFrom
Params Deprecated - conversion trait from an XML-RPC call argument list to Rust types
- TryFrom
Value Deprecated - conversion trait from XML-RPC values to Rust types
- TryTo
Params Deprecated - conversion trait from Rust types to XML-RPC method call argument lists
- TryTo
Value Deprecated - conversion trait from Rust types to XML-RPC values