diff options
author | Sam Scott <sam.scott89@gmail.com> | 2019-04-28 16:37:58 -0400 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2019-04-28 16:37:58 -0400 |
commit | 1f7f5c35a38aac6f1b2d87a068ae92586e2d93f1 (patch) | |
tree | e92a9ec2613ce2e34ace86c00b1060f5886f0206 | |
parent | 4dc5150bb766ffc88eb423ebdc38ab2637ceed89 (diff) |
Add badges and bump version.
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 11 |
2 files changed, 10 insertions, 3 deletions
@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.4.5" +version = "0.4.6" [badges] @@ -1,5 +1,12 @@ -Serde Querystrings -=================================== +# Serde Querystrings [![Build Status]][travis] [![Latest Version]][crates.io] [![Documentation]][docs-rs] + + +[Build Status]: https://api.travis-ci.org/samscott89/serde_qs.svg?branch=master +[travis]: https://travis-ci.org/samscott89/serde_qs +[Latest Version]: https://img.shields.io/crates/v/serde_qs.svg +[crates.io]: https://crates.io/crates/serde\_qs +[Documentation]: https://docs.rs/serde_qs/badge.svg +[docs-rs]: https://docs.rs/serde_qs/ This crate is a Rust library for serialising to and deserialising from querystrings. This crate is designed to extend [`serde_urlencoded`][urlencoded] |