Cargo Features
[dependencies]
jerasure-sys = { version = "1.0.0", default-features = false, features = ["bundle", "link_static"] }
- default = bundle
-
The
bundle
feature is set by default wheneverjerasure-sys
is added without
somewhere in the dependency tree.default-features = false - bundle default = link_static
-
The bundle feature enables building the dependencies from source. Set by default.
- link_static bundle
-
The link_static feature enables linking the dependencies statically.