14 lines
446 B
Markdown
14 lines
446 B
Markdown
# yaml-rust
|
|
|
|
The missing Rust implementation for YAML 1.2.
|
|
|
|
[![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)
|
|
|
|
## Specification Compliance
|
|
|
|
### Missing Feature
|
|
|
|
* Tag directive
|
|
* Tag data type are ignored
|
|
* Alias while desearilization
|