Cargo Features
[dependencies]
shrimplang = { version = "0.1.0", default-features = false, features = ["with-file-history", "debug"] }
- default = with-file-history
-
The
with-file-history
feature is set by default whenevershrimplang
is added without
somewhere in the dependency tree.default-features = false - with-file-history default
- debug
shrimplang has 3 features without comments.