serde_xmlrpc 0.2.0-alpha.2

A simple, no nonsense, XML-RPC serde implementation for Rust
Documentation
1
2
3
4
5
6
7
# serde-xmlrpc

[![Build Status](https://github.com/belak/serde-xmlrpc/actions/workflows/rust.yml/badge.svg)](https://github.com/belak/serde-xmlrpc/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/serde_xmlrpc)](https://crates.io/crates/serde_xmlrpc)
[![Docs](https://img.shields.io/badge/docs-stable-blue)](https://docs.rs/serde_xmlrpc)

A simple XMLRPC library. This is meant to be the minimal needed to build out applications using XMLRPC. No additional parsing, no transports, etc.