serdeconv
=========
[![Crates.io: serdeconv](http://meritbadge.herokuapp.com/serdeconv)](https://crates.io/crates/serdeconv)
[![Build Status](https://travis-ci.org/sile/serdeconv.svg?branch=master)](https://travis-ci.org/sile/serdeconv)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
This crate provides convenient traits and functions for converting
between TOML/JSON/MessagePack strings and serializable values.
This is highly depends on the [serde](https://github.com/serde-rs/serde) crate.
[Documentation](https://docs.rs/serdeconv)