Cargo Features
[dependencies]
ruzstd = { version = "0.8.2", default-features = false, features = ["std", "dict_builder", "hash", "fuzz_exports", "rustc-dep-of-std"] }
- default = hash, std
-
These default features are set whenever
ruzstdis added withoutsomewhere in the dependency tree.default-features = false - std default dict_builder?
-
Affects
ruzstd::io_std,tests::encode_corpus… - dict_builder = std
-
Enables fastrand
Affects
ruzstd::dictionary… - hash default
-
Enables twox-hash
Locked behind the
hashfeature flagAffects
decode_buffer::DecodeBuffer.hash… - fuzz_exports
-
Affects
ruzstd::fse,ruzstd::huff0… - rustc-dep-of-std
-
Internal feature, only used when building as part of libstd, not part of the stable interface of this crate.
Enables rustc-std-workspace-alloc, compiler_builtins, and rustc-std-workspace-core