Cargo Features
[dependencies]
enclave = { version = "0.1.4", default-features = false, features = ["debug", "allocator"] }
- default = allocator
-
The
allocator
feature is set by default wheneverenclave
is added without
somewhere in the dependency tree.default-features = false - debug
-
Affects
enclave::debug
,panic::debug
… - allocator default
-
Enables use-as-rust-allocator of alloc_buddy_simple2
Affects
alloc::init
…