cdumay_yaml 0.1.2

A Rust Library to manipulate YAML data
Documentation
1
2
3
4
5
6
7
8
# cdumay_yaml

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

This crate allow to manipulate YAML data using `serde_yaml`.