# XML-RPC for Rust [](https://crates.io/crates/xmlrpc)
[](https://travis-ci.org/jonas-schievink/xml-rpc-rs)
[Documentation](https://docs.rs/xmlrpc/)
This crate provides a simple implementation of the [XML-RPC spec](http://xmlrpc.scripting.com/spec.html) in pure Rust using `xml-rs` and `hyper`.
See `examples/client.rs` for a small example which connects to a running Python XML-RPC server and calls a method.