dxr_server_axum 0.5.5

Declarative XML-RPC (axum server implementation)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DXR: declarative XML-RPC (axum server)

[![crates.io](https://img.shields.io/crates/v/dxr_server_axum.svg)](https://crates.io/crates/dxr_server_axum/)
[![crates.io](https://img.shields.io/crates/d/dxr_server_axum.svg)](https://crates.io/crates/dxr_server_axum/)
[![crates.io](https://img.shields.io/crates/l/dxr_server_axum.svg)](https://crates.io/crates/dxr_server_axum/)
[![docs.rs](https://docs.rs/dxr_server_axum/badge.svg)](https://docs.rs/dxr_server_axum/)

**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.