xml-rpc-rs
xml-rpc-rs copied to clipboard
Reexport reqwest
If a downstream crate wants to send a request and can't just use call_url
, it might be handy if we reexport reqwest so they don't have to add the correct version to Cargo.toml.
Need to figure out if this is a good idea and a common or recommended pattern.