Cargo Features
[dependencies]
stak = { version = "0.4.8", default-features = false, features = ["std", "float", "hot-reload", "libc"] }
- default = float, libc, std
-
These default features are set whenever
stak
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of stak-device, stak-file, stak-process-context, and stak-time
- float default
- hot-reload
-
Enables hot-reload of stak-macro
- libc default
-
Enables libc of stak-device, stak-file, stak-process-context, and stak-time
Stak has 5 features without comments.