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

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

Enables float of stak-sac and stak-vm

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