Cargo Features
[dependencies]
stak = { version = "0.7.1", default-features = false, features = ["std", "alloc", "float", "hot-reload", "libc"] }
- default = float, std
-
These default features are set whenever
stak
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of stak-device, stak-engine, stak-file, stak-process-context, stak-sac, and stak-time
- alloc std
-
Enables stak-dynamic and stak-engine
Affects
stak::dynamic
,stak::engine
… - float default
- hot-reload
-
Enables hot-reload of stak-macro
- libc
-
Enables libc of stak-device, stak-engine, stak-file, stak-process-context, stak-sac, and stak-time