dxr_server_axum

Crates.iodxr_server_axum
lib.rsdxr_server_axum
version0.5.5
sourcesrc
created_at2022-06-25 11:05:46.57855
updated_at2024-04-07 19:50:34.285085
descriptionDeclarative XML-RPC (axum server implementation)
homepage
repositoryhttps://github.com/ironthree/dxr
max_upload_size
id612972
size19,994
Fabio Valentini (decathorpe)

documentation

README

DXR: declarative XML-RPC (axum server)

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

WARNING: This crate has been merged into dxr_server as of version 0.6.0.

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

This crate contains an implementation of an async XML-RPC server using axum. This functionality is re-exported from the dxr crate when the server-axum feature is enabled, so this crate should be considered an internal implementation detail, and never be imported or used directly.

Commit count: 215

cargo fmt