Cargo Features
[dependencies]
chd = { version = "0.3.3", default-features = false, features = ["std", "cd_full", "verify_block_crc", "huffman_api", "codec_api", "unstable_lending_iterators", "want_subcode", "want_raw_data_sector", "max_perf", "fast_lzma", "fast_zstd", "fast_zlib", "c_zlib", "nonstandard_channel_count"] }
- default = cd_full, fast_lzma, std
-
These default features are set whenever
chd
is added without
somewhere in the dependency tree.default-features = false - std default c_zlib? fast_lzma fast_zlib? fast_zstd?
- cd_full default = want_raw_data_sector, want_subcode
- verify_block_crc = want_raw_data_sector, want_subcode
-
disabled by default for speed
- huffman_api
-
currently unstable APIs
Affects
chd::huffman
… - codec_api
-
Affects
chd::codecs
… - unstable_lending_iterators = lending-iterator, nougat
-
Affects
chd::iter
… - want_subcode cd_full verify_block_crc?
-
if disabled results may be unwanted
- want_raw_data_sector cd_full verify_block_crc?
- max_perf = fast_lzma, fast_zstd
-
performance tweaks
- fast_lzma default max_perf? = std
- fast_zstd max_perf? = std, zstd-safe
-
Affects
zstd::ZstdCodec
… - fast_zlib = std
-
this does nothing now, since zlib-rs is already enabled.
- c_zlib = std
-
Revert to zlib-ng, since zlib-rs is faster now.
codecs
zlib-rs is faster than zlib-ng. - huff_write nonstandard_channel_count
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.