An open API service indexing awesome lists of open source software.

https://github.com/sile/serdeconv

A Rust library that facilitates the conversion between TOML/JSON/MessagePack strings and serializable values
https://github.com/sile/serdeconv

conversion json messagepack rust toml

Last synced: 5 months ago
JSON representation

A Rust library that facilitates the conversion between TOML/JSON/MessagePack strings and serializable values

Awesome Lists containing this project

README

          

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)