Cargo Features
[dependencies]
nanokit = { version = "0.2.0", default-features = false, features = ["std", "c-exports", "no-inline-concat"] }
- default = std
-
The
std
feature is set by default whenevernanokit
is added without
somewhere in the dependency tree.default-features = false - std default
- c-exports
-
Use this for measuring code size
Affects
nanokit::exports
… - no-inline-concat
-
Prevents inlining of concat functions.