Crate xmlrpc [−] [src]
An XML-RPC implementation in Rust.
The xmlrpc crate provides a minimal implementation of the XML-RPC spec.
Structs
| Fault |
A |
| Request |
A request to call a procedure. |
Enums
| RequestError |
A request could not be executed. |
| Value |
The possible XML-RPC values. |
Type Definitions
| RequestResult |
The result of executing a request. |
| Response |
A response from the server. |