We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f14935 commit a63fb1bCopy full SHA for a63fb1b
derive/Cargo.toml
@@ -9,6 +9,8 @@ documentation = "https://docs.rs/bincode_derive"
9
readme = "./readme.md"
10
categories = ["encoding", "network-programming"]
11
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
12
+license = "MIT"
13
+description = "Implementation of #[derive(Encode, Decode)] for bincode"
14
15
[lib]
16
proc-macro = true
0 commit comments