XML-RPC for Rust crates.io

Build Status

Documentation

This crate provides a simple implementation of the XML-RPC spec in pure Rust using xml-rs and reqwest.

See examples/client.rs for a small example which connects to a running Python XML-RPC server and calls a method.