Cargo Features
[dependencies]
typed-sexp = { version = "0.0.1", default-features = false, features = ["checked_protect_stack", "embedded"] }
- default = checked_protect_stack
-
The
checked_protect_stack
feature is set by default whenevertyped-sexp
is added without
somewhere in the dependency tree.default-features = false - checked_protect_stack default
- embedded
-
Affects
typed-sexp::embedded
…