Crates.io | dxr_server |
lib.rs | dxr_server |
version | 0.6.3 |
source | src |
created_at | 2022-06-25 11:05:22.497829 |
updated_at | 2024-07-13 18:52:02.524064 |
description | Declarative XML-RPC (server implementation) |
homepage | |
repository | https://github.com/ironthree/dxr |
max_upload_size | |
id | 612971 |
size | 26,471 |
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.