2015-05-28 17:56:03 +00:00
|
|
|
# yaml-rust
|
|
|
|
|
|
|
|
The missing Rust implementation for YAML 1.2.
|
|
|
|
|
2015-05-30 16:13:21 +00:00
|
|
|
[![Build Status](https://travis-ci.org/chyh1990/yaml-rust.svg?branch=master)](https://travis-ci.org/chyh1990/yaml-rust)
|
|
|
|
[![Build status](https://ci.appveyor.com/api/projects/status/scf47535ckp4ylg4?svg=true)](https://ci.appveyor.com/project/chyh1990/yaml-rust)
|
|
|
|
|
2015-05-28 17:56:03 +00:00
|
|
|
## Specification Compliance
|
|
|
|
|
|
|
|
### Missing Feature
|
|
|
|
|
|
|
|
* Tag directive
|
|
|
|
* Tag data type are ignored
|
2015-05-28 18:26:37 +00:00
|
|
|
* Alias while desearilization
|