#xml-rpc #client #dxr

dxr_client

Declarative XML-RPC (client implementation)

16 releases

Uses new Rust 2024

0.8.0 Dec 15, 2025
0.7.1 Mar 30, 2025
0.7.0 Dec 1, 2024
0.6.3 Jul 13, 2024
0.4.0 Jun 25, 2022

#199 in HTTP client

Download history 17/week @ 2025-10-23 5/week @ 2025-11-27 6/week @ 2025-12-04 18/week @ 2025-12-11 9/week @ 2025-12-18 3/week @ 2026-01-08 49/week @ 2026-01-29 70/week @ 2026-02-05

119 downloads per month
Used in ros-core-rs

MIT/Apache

185KB
5K SLoC

dxr_client

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


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.

Dependencies

~6–25MB
~320K SLoC