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 edd9e0b commit 9f7ea1eCopy full SHA for 9f7ea1e
gix/Cargo.toml
@@ -264,6 +264,9 @@ fast-sha1 = ["gix-features/fast-sha1"]
264
## Note that this will cause duplicate symbol errors if the application also depends on `zlib` - use `zlib-ng-compat` in that case.
265
zlib-ng = ["gix-features/zlib-ng"]
266
267
+## Use the rust-based zlib backend, which can compress and decompress significantly faster and is on par with zlib-ng or even faster.
268
+zlib-rs = ["gix-features/zlib-rs"]
269
+
270
## Use zlib-ng via its zlib-compat API. Useful if you already need zlib for C
271
## code elsewhere in your dependencies. Otherwise, use `zlib-ng`.
272
zlib-ng-compat = ["gix-features/zlib-ng-compat"]
0 commit comments