Commit 6438584
committed
Version 0.3.6
At the same time we are preparing for the large test rewrite, we
continuously seeking rooms for improvement.
* Performance
* Possible optimization by the standard library: `NumericWindows`
This version implemented the marker trait `FusedIterator` for
`NumericWindows`. It helps optimization primarily on
the standard library.
* Maintainability
* Preparation for Rust 2024
Rust 2024 will raise a warning when an unsafe item is used without
an unsafe block (even in an unsafe function).
`FuzzyHashData::new_from_internals_unchecked()` is fixed to use
an unsafe block for preparation to Rust 2024.
* Documentation
* Added SemVer violation list.
* Improved compatibility policy.
* Moved from `docs` to `_docs`.1 parent 01e373f commit 6438584
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments