Cargo Features
[dependencies]
ethernet = { version = "0.1.4", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverethernet
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
ethernet::OwnedEthernet2Frame
…