Crate xmlrpc

Source
Expand description

An XML-RPC implementation in Rust.

The xmlrpc crate provides a minimal implementation of the XML-RPC specification.

Modules§

  • Provides helpers for implementing custom Transports using reqwest.

Structs§

  • Errors that can occur when trying to perform an XML-RPC request.
  • A <fault> response, indicating that a request failed.
  • A request to call a procedure.

Enums§

  • The possible XML-RPC values.

Traits§

  • A type that can be used to index into a Value.
  • Request and response transport abstraction.