mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-24 20:43:07 +00:00
adding badge to toml page
This commit is contained in:
parent
25f19d4363
commit
69c81802d8
1 changed files with 10 additions and 0 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue