dxr_server

Crates.iodxr_server
lib.rsdxr_server
version0.7.1
created_at2022-06-25 11:05:22.497829+00
updated_at2025-03-30 17:02:01.406869+00
descriptionDeclarative XML-RPC (server implementation)
homepage
repositoryhttps://github.com/ironthree/dxr
max_upload_size
id612971
size45,052
Fabio Valentini (decathorpe)

documentation

README

DXR: declarative XML-RPC (server 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 servers based on dxr.

It also includes a complete XML-RPC server implementation based on the axum web framework, which is disabled by default. To enable the axum support, enable the "axum" feature of this crate.

To enable "system.multicall" support, enable the multicall feature.

Commit count: 242

cargo fmt