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.
bytes
1 parent 6d52751 commit 0b1e1a5Copy full SHA for 0b1e1a5
Cargo.toml
@@ -15,6 +15,8 @@ repository = "https://github.com/rust-embedded/heapless"
15
version = "0.8.0"
16
17
[features]
18
+bytes = ["dep:bytes"]
19
+
20
# Enable polyfilling of atomics via `portable-atomic`.
21
# `portable-atomic` polyfills some functionality by default, but to get full atomics you must
22
# enable one of its features to tell it how to do it. See `portable-atomic` documentation for details.
0 commit comments