adding badge to toml page

This commit is contained in:
Charles Chamberlain 2017-02-25 13:25:53 -06:00
parent 25f19d4363
commit 69c81802d8

View file

@ -1,6 +1,8 @@
# TOML
[![toml][toml-badge]][toml]
Parse TOML into a `toml::Value` and then operate on it:
```rust
@ -69,3 +71,11 @@ fn main() {
}
```
# License
MIT/Apache-2.0
<!-- Links -->
[toml-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=toml
[toml]: http://alexcrichton.com/toml-rs/toml/