1 2 3 4 5 6 7
/// date & time format used by the XML-RPC `dateTime.iso8601` value type pub const XML_RPC_DATE_FORMAT: &str = "%Y%m%dT%H:%M:%S"; mod ser_de; mod types; pub use types::*;