12 releases

0.6.2 Jan 28, 2024
0.6.1 Sep 21, 2023
0.6.0 Jul 28, 2023
0.5.5 Apr 7, 2024
0.4.0 Jun 25, 2022

#400 in HTTP client

Download history 7/week @ 2024-01-22 41/week @ 2024-02-19 18/week @ 2024-02-26 36/week @ 2024-04-01 47/week @ 2024-04-08

83 downloads per month

MIT/Apache

160KB
4K SLoC

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.


lib.rs:

dxr_client

This crate provides generic XML-RPC client functionality based on [dxr].

Dependencies

~6–23MB
~331K SLoC