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

Optimize Hashing #33

Merged
merged 5 commits into from
Nov 4, 2023

Bump MSRV in README

c21d937
Select commit
Loading
Failed to load commit list.
Merged

Optimize Hashing #33

Bump MSRV in README
c21d937
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 4, 2023 in 0s

62.92% of diff hit (target 94.22%)

View this Pull Request on Codecov

62.92% of diff hit (target 94.22%)

Annotations

Check warning on line 341 in src/db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/db.rs#L340-L341

Added lines #L340 - L341 were not covered by tests

Check warning on line 343 in src/db.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/db.rs#L343

Added line #L343 was not covered by tests

Check warning on line 52 in src/meta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/meta.rs#L52

Added line #L52 was not covered by tests

Check warning on line 113 in src/meta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/meta.rs#L98-L113

Added lines #L98 - L113 were not covered by tests

Check warning on line 72 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L72

Added line #L72 was not covered by tests

Check warning on line 79 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 82 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L82

Added line #L82 was not covered by tests

Check warning on line 86 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 92 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L92

Added line #L92 was not covered by tests

Check warning on line 102 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L102

Added line #L102 was not covered by tests

Check warning on line 115 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L115

Added line #L115 was not covered by tests

Check warning on line 128 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L128

Added line #L128 was not covered by tests

Check warning on line 141 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L141

Added line #L141 was not covered by tests

Check warning on line 154 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L154

Added line #L154 was not covered by tests

Check warning on line 167 in src/page.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/page.rs#L167

Added line #L167 was not covered by tests