Crates.io | dxr_server_axum |
lib.rs | dxr_server_axum |
version | 0.5.5 |
source | src |
created_at | 2022-06-25 11:05:46.57855 |
updated_at | 2024-04-07 19:50:34.285085 |
description | Declarative XML-RPC (axum server implementation) |
homepage | |
repository | https://github.com/ironthree/dxr |
max_upload_size | |
id | 612972 |
size | 19,994 |
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.