xmlrpc 0.1.0

An XML-RPC implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Jonas Schievink <jonasschievink@gmail.com>"]
description = "An XML-RPC implementation for Rust"
documentation = "https://jonas-schievink.github.io/xml-rpc-rs/xmlrpc/index.html"
repository = "https://github.com/jonas-schievink/xml-rpc-rs.git"
license = "CC0-1.0"
name = "xmlrpc"
version = "0.1.0"

[dependencies]
base64 = "0.2.0"
hyper = "0.9.10"
iso8601 = "0.1.1"
xml-rs = "0.3.4"