Skip to content

Latest commit

 

History

History
 
 

dxr_server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

DXR: declarative XML-RPC (server implementation)

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

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

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