We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24e276 commit 694e822Copy full SHA for 694e822
src/lib.rs
@@ -24,7 +24,7 @@
24
//! This backend is the fastest, at the cost of some `unsafe` Rust code.
25
//!
26
//! Several backends implemented in C are also available.
27
-//! These are useful in the rare cases where you were already using a C implementation
+//! These are useful in case you are already using a specific C implementation
28
//! and need the result of compression to be bit-identical.
29
//! See the crate's README for details on the available C backends.
30
0 commit comments