add readme category to cargo.toml

This commit is contained in:
Ty Overby 2017-10-13 08:54:32 -07:00
parent e3ea1fc451
commit 470aa1c703
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ publish = true
repository = "https://github.com/TyOverby/bincode"
documentation = "https://docs.rs/bincode"
readme = "./readme.md"
categories = ["network-programming"]
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
license = "MIT"

View File

@ -3,7 +3,7 @@
<img align="right" src="./logo.png" />
[![Build Status](https://travis-ci.org/TyOverby/bincode.svg)](https://travis-ci.org/TyOverby/bincode)
[![](http://meritbadge.herokuapp.com/bincode)](https://crates.io/crates/bincode)
[![](https://meritbadge.herokuapp.com/bincode)](https://crates.io/crates/bincode)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
A compact encoder / decoder pair that uses a binary zero-fluff encoding scheme.