serde-aux 0.5.2

A serde crate's auxiliary library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# serde-aux
[![](https://meritbadge.herokuapp.com/serde-aux)](https://crates.io/crates/serde-aux) [![](https://travis-ci.org/vityafx/serde-aux.svg?branch=master)](https://travis-ci.org/vityafx/serde-aux) [![](https://docs.rs/serde-aux/badge.svg)](https://docs.rs/serde-aux)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

An auxiliary library for the [`serde`](https://github.com/serde-rs/serde) crate.

Contains some useful helper stuff. See [docs](https://docs.rs/serde-aux) for more info.

The library is free for any contributions. The goal of this crate is to improve the user experience of the **serde**
crate.

## License

This project is [licensed under the MIT license](https://github.com/vityafx/serde-aux/blob/master/LICENSE).