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
- Host: GitHub
- URL: https://github.com/sile/serdeconv
- Owner: sile
- License: mit
- Created: 2017-05-06T06:33:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T23:22:54.000Z (about 3 years ago)
- Last Synced: 2025-04-06T18:07:55.888Z (about 1 year ago)
- Topics: conversion, json, messagepack, rust, toml
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
serdeconv
=========
[](https://crates.io/crates/serdeconv)
[](https://travis-ci.org/sile/serdeconv)
[](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)