We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0517fbd commit 63a6e33Copy full SHA for 63a6e33
commons/zenoh-codec/Cargo.toml
@@ -33,7 +33,8 @@ default = ["std"]
33
std = [
34
"tracing",
35
"uhlc/std",
36
- "zenoh-protocol/std"
+ "zenoh-protocol/std",
37
+ "zenoh-buffers/std"
38
]
39
shared-memory = [
40
"std",
commons/zenoh-protocol/Cargo.toml
@@ -33,6 +33,7 @@ std = [
"zenoh-keyexpr/std",
"zenoh-result/std",
+ "zenoh-buffers/std",
shared-memory = ["std", "zenoh-buffers/shared-memory"]
test = ["rand", "zenoh-buffers/test"]
0 commit comments