Cargo Features
[dependencies]
flipper0 = { version = "0.3.7", default-features = false, features = ["allocator", "allocator-global", "oom-global", "panic", "prebuild", "use-local-sdk", "use-remote-sdk", "derive-default", "derive-eq", "derive-copy", "derive-hash", "derive-ord", "derive-partialeq", "derive-partialord", "derive-debug", "macro"] }
- default = allocator-global, macro, oom-global, panic, prebuild, use-local-sdk
-
These default features are set whenever
flipper0
is added without
somewhere in the dependency tree.default-features = false - allocator
-
parts:
allocator implEnables allocator of flipper0-sys
- allocator-global default
-
global allocator impl
Enables allocator-global of flipper0-sys
- oom-global default
-
global out-of-memory handler
Enables oom-global of flipper0-sys
- panic default
-
global panic handler
Enables panic of flipper0-sys
- prebuild default
-
build methods:
use pregenerated bindingsEnables prebuild of flipper0-sys
- use-local-sdk default
-
build from
FLIPPER_FW_SRC_PATH
Enables use-local-sdk of flipper0-sys
- use-remote-sdk
-
build from remote git repo (slow)
Enables use-remote-sdk of flipper0-sys
- derive-default
-
build options:
Enables derive-default of flipper0-sys
- derive-eq
-
Enables derive-eq of flipper0-sys
- derive-copy
-
Enables derive-copy of flipper0-sys
- derive-hash
-
Enables derive-hash of flipper0-sys
- derive-ord
-
Enables derive-ord of flipper0-sys
- derive-partialeq
-
Enables derive-partialeq of flipper0-sys
- derive-partialord
-
Enables derive-partialord of flipper0-sys
- derive-debug
-
derive Debug, default for debug profile
Enables flipper0-sys
- macro default
-
extras:
Enables macro of flipper0-sys