Cargo Features
[dependencies]
gear-lazy-pages-interface = { version = "1.4.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevergear-lazy-pages-interface
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of byteorder, gear-common, gear-runtime-interface, log, and sp-std ^9.0.0
gear-lazy-pages-interface has 2 features without comments.