From 363b37dd24ca4c4a2802bac1611374856979525d Mon Sep 17 00:00:00 2001 From: Chen Yuheng Date: Mon, 1 Jun 2015 23:35:31 +0800 Subject: [PATCH] Update Readme.md --- parser/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parser/Readme.md b/parser/Readme.md index 43e6f04..d642c0b 100644 --- a/parser/Readme.md +++ b/parser/Readme.md @@ -13,6 +13,8 @@ The parser is heavily influenced by `libyaml` and `yaml-cpp`. This crate works on all Rust supported platforms and Rust 1.0.0 and nightly! +See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/) + NOTE: This library is still under heavily development. ## Quick Start