diff options
Diffstat (limited to 'vendor/flate2/README.md')
-rw-r--r-- | vendor/flate2/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/flate2/README.md b/vendor/flate2/README.md index 7e7239a6d..23ce043d4 100644 --- a/vendor/flate2/README.md +++ b/vendor/flate2/README.md @@ -6,7 +6,7 @@ A streaming compression/decompression library DEFLATE-based streams in Rust. This crate by default uses the `miniz_oxide` crate, a port of `miniz.c` to pure -Rust. This crate also supports other [backends](#Backends), such as the widely +Rust. This crate also supports other [backends](#backends), such as the widely available zlib library or the high-performance zlib-ng library. Supported formats: |