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 default-features = false somewhere in the dependency tree.

std default

Enables std of stak-device, stak-file, stak-process-context, and stak-time

float default

Enables float of stak-vm

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.