Add encoding crates.io category

The crate is useful more generally than just for network programming
This commit is contained in:
Kornel 2019-03-29 21:13:58 +00:00 committed by GitHub
parent 31f68efe85
commit 84a7fa4912
1 changed files with 1 additions and 1 deletions

View File

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