Cargo Features
[dependencies]
virtio-drivers = { version = "0.7.5", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default whenevervirtio-drivers
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Enables alloc of zerocopy ^0.7.35
Affects
device::console
,device::gpu
,device::input
,device::sound
,queue::owning
…