Cargo Features

[dependencies]
nanokit = { version = "0.1.0", default-features = false, features = ["std", "c-exports", "no-inline-concat"] }
default = std

The std feature is set by default whenever nanokit is added without default-features = false somewhere in the dependency tree.

std default
c-exports

Use this for measuring code size

Affects nanokit::exports

no-inline-concat

Prevents inlining of concat functions.