xmlrpc 0.4.1

An XML-RPC implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Jonas Schievink <jonasschievink@gmail.com>"]
description = "An XML-RPC implementation for Rust"
documentation = "https://docs.rs/xmlrpc/"
repository = "https://github.com/jonas-schievink/xml-rpc-rs.git"
keywords = ["xml", "rpc", "remote", "ipc"]
categories = ["network-programming", "encoding"]
license = "CC0-1.0"
name = "xmlrpc"
version = "0.4.1"

[dependencies]
base64 = "0.5.2"
hyper = "0.10.2"
iso8601 = "0.1.1"
xml-rs = "0.4.1"