cdumay_toml 0.1.1

A Rust Library to use TOML
Documentation
1
2
3
4
5
6
7
8
# cdumay_toml

[![License: BSD-3-Clause](https://img.shields.io/badge/license-BSD--3--Clause-blue)](./LICENSE)
[![cdumay_toml on crates.io](https://img.shields.io/crates/v/cdumay_toml)](https://crates.io/crates/cdumay_toml)
[![cdumay_toml on docs.rs](https://docs.rs/cdumay_toml/badge.svg)](https://docs.rs/cdumay_toml)
[![Source Code Repository](https://img.shields.io/badge/Code-On%20GitHub-blue?logo=GitHub)](https://github.com/cdumay/cdumay_toml)

This crate allow to manipulate TOML data using `toml`.