xmlrpc 0.4.1

An XML-RPC implementation for Rust
Documentation

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 hyper.

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