/serdeconv

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

Primary LanguageRustMIT LicenseMIT

serdeconv

Crates.io: serdeconv Build Status License: MIT

This crate provides convenient traits and functions for converting between TOML/JSON/MessagePack strings and serializable values.

This is highly depends on the serde crate.

Documentation