serdeconv 0.4.1

This crate provides convenient traits and functions for converting between TOML/JSON/MessagePack strings and serializable values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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)