12 releases
0.3.0-alpha.2 | Mar 9, 2024 |
---|---|
0.2.3 | Mar 8, 2024 |
0.2.0 | May 23, 2023 |
0.2.0-alpha.3 | Apr 4, 2023 |
0.1.1 | Feb 18, 2020 |
#1611 in Encoding
480 downloads per month
Used in 2 crates
82KB
2K
SLoC
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_str
changed to returnT
whereT: serde::de::Deserialize<'a>
value_to_string
changed to takeT
whereT: serde::ser::Serialize
request_to_string
changed to take animpl Iterator<Item = Value>
- Structs changed to only allow string types as keys
- Drop DecodingError::UnexpectedError variant
- Impl
serde::Deserialize
directly onValue
rather than through a wrapper type
v0.2.0
response_from_str
changed to take animpl Iterator<Item = Value>
Dependencies
~3.5MB
~68K SLoC