Chris Hennick
819f86537c
refactor: Remove unnecessary #[cfg] attributes
2024-05-15 15:31:17 -07:00
Chris Hennick
731c8058dc
style: cargo fmt --all
2024-05-02 19:29:25 -07:00
Chris Hennick
28c2eb59e7
chore: Fix error by cfg-guarding the declaration of filename
and not just its use
2024-05-02 18:32:20 -07:00
Chris Hennick
63793a32ff
chore: Fix errors by moving use
statements inside the cfg-guarded function that uses them
2024-05-02 18:04:05 -07:00
Chris Hennick
8fa3ebb343
style: Fix cargo fmt warning
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 17:41:49 -07:00
Chris Hennick
b7cce8a296
doc(examples): fix type mismatch
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 17:09:26 -07:00
Chris Hennick
468f314b29
doc(examples): fix typo
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 15:38:55 -07:00
Chris Hennick
90b646b202
doc(examples): Fix missing piece from previous commit
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 14:55:40 -07:00
Chris Hennick
7355c51f93
doc(examples): Fix errors
...
main() will still exist without a deflate cfg, it just won't do anything.
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 13:47:36 -07:00
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