Documentation
This crate provides a simple implementation of the XML-RPC spec in pure Rust using xml-rs and reqwest.
xml-rs
reqwest
See examples/client.rs for a small example which connects to a running Python XML-RPC server and calls a method.
examples/client.rs