dxr_client

Crates.iodxr_client
lib.rsdxr_client
version0.5.5
sourcesrc
created_at2022-06-25 11:05:07.2738
updated_at2024-07-13 18:51:54.69905
descriptionDeclarative XML-RPC (client implementation)
homepage
repositoryhttps://github.com/ironthree/dxr
max_upload_size
id612969
size23,209
Fabio Valentini (decathorpe)

documentation

README

DXR: declarative XML-RPC (client implementation)

crates.io crates.io crates.io docs.rs

The dxr project provides crates for writing XML-RPC clients and servers in Rust.

This crate contains a building blocks for writing XML-RPC clients based on dxr.

It also includes an implementation of an async XML-RPC client using reqwest, which is disabled by default. To enable the reqwest support, enable the "reqwest" feature of this crate.

To enable convenience functionality for "system.multicall" support, enable the multicall feature.

Commit count: 215

cargo fmt