[][src]Crate xmlrpc

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 Transports 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.

Traits

Index

A type that can be used to index into a Value.

Transport

Request and response transport abstraction.