#xml-rpc #rust-xmlrpc #rust-ros

nightly rust-xmlrpc

Minimal Rust XML-RPC library

6 releases

Uses old Rust 2015

0.0.6 Jan 14, 2015
0.0.5 Jan 14, 2015
0.0.1 Nov 22, 2014

#11 in #xml-rpc

MIT/Apache

52KB
1K SLoC

rust-xmlrpc Build Status

Minimal XML-RPC implementation for use with rust-ros.


lib.rs:

XML-RPC library, including both serialization and remote procedure calling

What is XML-RPC?

Documentation to be written ... (follow example in json.rs)

Basic documentation found on Wikipedia http://en.wikipedia.org/wiki/XML-RPC

Full specification of the XML-RPC protocol is found here: http://xmlrpc.scripting.com/spec.html

Additional errata and hints can be found here: http://effbot.org/zone/xmlrpc-errata.htm

Dependencies

~6.5MB
~164K SLoC