Chris Hennick
855d57610c
style: Fix unused warnings by making the entire file cfg-dependent
2024-05-02 13:35:08 -07:00
Chris Hennick
2c61eb0cb7
doc(examples): fix a bug
...
`doit()` function can't exist without `cfg(feature = "_deflate-any")`, and making it unreachable isn't enough
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 13:14:49 -07:00
Chris Hennick
e670e98073
fix: only compile new example if a Deflate encoder is enabled
2024-05-01 15:19:52 -07:00
Chris Hennick
04390ca276
style: cargo fmt --all
2024-05-01 15:07:15 -07:00
Chris Hennick
fbf000cf56
docs(examples): Update FileOptions import
2024-05-01 15:06:55 -07:00
Sebastian Thiel
4f4f76c9a2
feat: add write-large-file
example to show how to write huge files.
...
This requires DEFLATE64 support, which is seemingly present in the
default rust backend.
2023-07-23 10:28:11 +02:00