Skip to content

Commit

Permalink
Update to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Oct 10, 2023
1 parent a9bd024 commit 1d09dfa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
[GitHub](https://github.com/leontoeides/indicium/releases).

* `0.5.2`: New optional `ahash` feature which is turned on by default. When this
feature is enabled, this library will utilize `ahash` for faster `HashMap` and
`HashSet` hashing rather than the standard library's `SipHash`.
feature is enabled, this library will utilize
[ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet` hashing
rather than the standard library's SipHash.

* `0.5.1`: Fixes compile failure for the experimental `select2` feature and when
not using `fuzzy` feature.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ performance may begin to degrade at a point.
will be used as the changelog going forward.

* `0.5.2`: New optional `ahash` feature which is turned on by default. When this
feature is enabled, this library will utilize `ahash` for faster `HashMap` and
`HashSet` hashing rather than the standard library's `SipHash`.
feature is enabled, this library will utilize
[ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet` hashing
rather than the standard library's SipHash.

* `0.5.1`: Fixes compile failure for the experimental `select2` feature and when
not using `fuzzy` feature.
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
//! available on GitHub.
//!
//! * `0.5.2`: New optional `ahash` feature which is turned on by default. When
//! this feature is enabled, this library will utilize `ahash` for faster
//! `HashMap` and `HashSet` hashing rather than the standard library's
//! `SipHash`.
//! this feature is enabled, this library will utilize
//! [ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet`
//! hashing rather than the standard library's SipHash.
//!
//! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and when
//! not using `fuzzy` feature.
Expand Down

0 comments on commit 1d09dfa

Please sign in to comment.