We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd758f8 commit 1aa6ac9Copy full SHA for 1aa6ac9
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "serde_bytes"
3
version = "0.11.9" # remember to update html_root_url
4
authors = ["David Tolnay <[email protected]>"]
5
-categories = ["encoding", "no-std"]
+categories = ["encoding", "no-std", "no-std::no-alloc"]
6
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
7
documentation = "https://docs.rs/serde_bytes"
8
edition = "2018"
0 commit comments