Cargo Features
[dependencies]
binread = { version = "2.2.0", default-features = false, features = ["std", "const_generics", "debug_template"] }
- default = std
-
The
std
feature is set by default wheneverbinread
is added without
somewhere in the dependency tree.default-features = false - std default debug_template?
-
Affects
binread::binary_template
… - const_generics = array-init
- debug_template = lazy_static, std
-
Enables debug_template of binread_derive
Affects
options::ReadOptions.dont_output_to_template
,options::ReadOptions.variable_name
,binread::binary_template
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.