rusty-yaml 0.1.1

A rust library to parse yaml files
Documentation
[package]
name = "rusty-yaml"
version = "0.1.1"
authors = ["adam-mcdaniel <adam.mcdaniel17@gmail.com>"]
edition = "2018"
description = "A rust library to parse yaml files"
license = "MIT"
readme = "README.md"

[dependencies]
yaml-rust="0.4.3"