-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce rc-zip-sync, rc-zip-tokio (#60)
This PR closes #45: it finally re-introduces an async interface, and it finally introduces a state machine for reading entries. All the decompressors are now implemented in rc-zip itself, and rc-zip-sync / rc-zip-tokio just plug sync or async I/O into it, as was always the plan. The sample corpus is tested through sync and async codepaths.
- Loading branch information
1 parent
1016c80
commit 2a0d894
Showing
106 changed files
with
4,860 additions
and
1,491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
{ | ||
"rust-analyzer.cargo.features": ["default", "lzma", "deflate64", "bzip2", "zstd"] | ||
"rust-analyzer.cargo.features": [ | ||
"rc-zip/corpus", | ||
"deflate", | ||
"deflate64", | ||
"bzip2", | ||
"lzma", | ||
"zstd", | ||
], | ||
"rust-analyzer.linkedProjects": [ | ||
"./Cargo.toml" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.