Skip to content

Commit edd9e0b

Browse files
authored
Add feature gix-features/zlib-rs
1 parent d0ef276 commit edd9e0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gix-features/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ crc32 = ["dep:crc32fast"]
6767
zlib = ["dep:flate2", "flate2?/rust_backend", "dep:thiserror"]
6868
## Use the C-based zlib-ng backend, which can compress and decompress significantly faster.
6969
zlib-ng = ["zlib", "flate2?/zlib-ng"]
70+
## Use the rust-based zlib backend, which can compress and decompress significantly faster and is on par with zlib-ng or even faster.
71+
zlib-rs = ["zlib", "flate2?/zlib-rs"]
7072
## Use zlib-ng via its zlib-compat API. Useful if you already need zlib for C
7173
## code elsewhere in your dependencies. Otherwise, use zlib-ng.
7274
zlib-ng-compat = ["zlib", "flate2?/zlib-ng-compat"]

0 commit comments

Comments
 (0)