serde-xmlrpc
This library is meant to be a simple XMLRPC library with the minimal support needed to build out applications using XMLRPC. No additional parsing, no transports, etc.
Breaking Changes
v0.3.0
value_from_strchanged to returnTwhereT: serde::de::Deserialize<'a>value_to_stringchanged to takeTwhereT: serde::ser::Serializerequest_to_stringchanged to take animpl Iterator<Item = Value>- Structs changed to only allow string types as keys
- Drop DecodingError::UnexpectedError variant
- Impl
serde::Deserializedirectly onValuerather than through a wrapper type
v0.2.0
response_from_strchanged to take animpl Iterator<Item = Value>