Cargo Features
[dependencies]
embedded-executor = { version = "0.6.1", default-features = false, features = ["std", "alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverembedded-executor
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of alloc-facade, futures, and generational-arena
Affects
embedded-executor::alloc_executor
… - alloc default = generational-arena
-
Enables alloc of alloc-facade
Affects
embedded-executor::alloc_executor
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.