Cargo Features
[dependencies]
jam-types = { version = "0.1.0-pre", default-features = false, features = ["std", "tiny"] }
- default = std
-
The
std
feature is set by default wheneverjam-types
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bounded-collections and parity-scale-codec
- tiny
jam-types has 3 features without comments.