We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c29780 + 423981a commit 1a28821Copy full SHA for 1a28821
src/lib.rs
@@ -197,8 +197,8 @@ impl Compression {
197
///
198
/// The [`miniz_oxide`](https://crates.io/crates/miniz_oxide) backend for flate2
199
/// does not support level 0 or `Compression::none()`. Instead it interprets them
200
- /// as the default compression level. Using `Compression::fast()` is recommended instead
201
- /// when using the `miniz_oxide` backend.
+ /// as the default compression level, which is quite slow.
+ /// `Compression::fast()` should be used instead.
202
203
/// `miniz_oxide` also supports a non-compliant compression level 10.
204
/// It is even slower and may result in higher compression, but
0 commit comments