Expand description
An XML-RPC implementation in Rust.
The xmlrpc
crate provides a minimal implementation of the XML-RPC specification.
Modules§
- http
- Provides helpers for implementing custom
Transport
s using reqwest.
Structs§
- Error
- Errors that can occur when trying to perform an XML-RPC request.
- Fault
- A
<fault>
response, indicating that a request failed. - Request
- A request to call a procedure.
Enums§
- Value
- The possible XML-RPC values.