Reorganize readme links
This commit is contained in:
parent
60fdd48745
commit
25d949f985
1 changed files with 4 additions and 6 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
The missing YAML 1.2 implementation for Rust.
|
The missing YAML 1.2 implementation for Rust.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/chyh1990/yaml-rust.svg?branch=master)](https://travis-ci.org/chyh1990/yaml-rust)
|
[![Travis](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)
|
[![AppVeyor](https://ci.appveyor.com/api/projects/status/scf47535ckp4ylg4?svg=true)](https://ci.appveyor.com/project/chyh1990/yaml-rust)
|
||||||
[![license](https://img.shields.io/crates/l/yaml-rust.svg)](https://crates.io/crates/yaml-rust/)
|
[![crates.io](https://img.shields.io/crates/v/yaml-rust.svg)](https://crates.io/crates/yaml-rust)
|
||||||
[![version](https://img.shields.io/crates/v/yaml-rust.svg)](https://crates.io/crates/yaml-rust/)
|
[![docs.rs](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/yaml-rust)
|
||||||
|
|
||||||
`yaml-rust` is a pure Rust YAML 1.2 implementation,
|
`yaml-rust` is a pure Rust YAML 1.2 implementation,
|
||||||
which enjoys the memory safety
|
which enjoys the memory safety
|
||||||
|
@ -15,8 +15,6 @@ The parser is heavily influenced by `libyaml` and `yaml-cpp`.
|
||||||
This crate works on all Rust-supported platforms. It also works on
|
This crate works on all Rust-supported platforms. It also works on
|
||||||
Rust 1.0.0 and nightly!
|
Rust 1.0.0 and nightly!
|
||||||
|
|
||||||
See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/)
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Add the following to the Cargo.toml of your project:
|
Add the following to the Cargo.toml of your project:
|
||||||
|
|
Loading…
Reference in a new issue