Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: More efficient AsyncRandomAccessFileCursor implementation #73

Merged
merged 3 commits into from
Mar 16, 2024

fix: In Entry FSM, don't recurse infinitely if buffer doesn't contain…

470a7f3
Select commit
Loading
Failed to load commit list.
Merged

feat: More efficient AsyncRandomAccessFileCursor implementation #73

fix: In Entry FSM, don't recurse infinitely if buffer doesn't contain…
470a7f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 16, 2024 in 0s

77.63% of diff hit (target 76.15%)

View this Pull Request on Codecov

77.63% of diff hit (target 76.15%)

Annotations

Check warning on line 70 in rc-zip-tokio/src/read_zip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip-tokio/src/read_zip.rs#L70

Added line #L70 was not covered by tests

Check warning on line 73 in rc-zip-tokio/src/read_zip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip-tokio/src/read_zip.rs#L73

Added line #L73 was not covered by tests

Check warning on line 81 in rc-zip-tokio/src/read_zip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip-tokio/src/read_zip.rs#L81

Added line #L81 was not covered by tests

Check warning on line 335 in rc-zip-tokio/src/read_zip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip-tokio/src/read_zip.rs#L335

Added line #L335 was not covered by tests

Check warning on line 215 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L213-L215

Added lines #L213 - L215 were not covered by tests

Check warning on line 217 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L217

Added line #L217 was not covered by tests

Check warning on line 242 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L242

Added line #L242 was not covered by tests

Check warning on line 252 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L246-L252

Added lines #L246 - L252 were not covered by tests

Check warning on line 260 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L256-L260

Added lines #L256 - L260 were not covered by tests

Check warning on line 294 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L291-L294

Added lines #L291 - L294 were not covered by tests

Check warning on line 312 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L312

Added line #L312 was not covered by tests

Check warning on line 314 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L314

Added line #L314 was not covered by tests

Check warning on line 335 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L332-L335

Added lines #L332 - L335 were not covered by tests

Check warning on line 342 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L339-L342

Added lines #L339 - L342 were not covered by tests

Check warning on line 348 in rc-zip/src/fsm/entry/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rc-zip/src/fsm/entry/mod.rs#L348

Added line #L348 was not covered by tests