Skip to content

Commit

Permalink
things i should've changed before publishing the first version
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Jan 14, 2024
1 parent 1b789f2 commit f7ef4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion anyhash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Maia S. R."]
license = "MIT OR Apache-2.0 OR Zlib"
description = "Traits and utilities for making hashes of any type"
repository = "https://github.com/maia-s/anyhash"
keywords = ["hash", "hashing", "generic"]
keywords = ["hash", "hashing", "generic", "endian", "endian-independent"]
categories = ["algorithms", "no-std", "no-std::no-alloc"]

[features]
Expand Down
1 change: 1 addition & 0 deletions anyhash/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ pub use anyhash_macros::impl_core_hasher;
pub use anyhash_macros::impl_core_build_hasher;

/// Implement [`Hash`] for types that already implement `core::hash::Hash`.
/// Only use this if you can't use the derive macro or implement `Hash` yourself.
/// This will panic if `core::hash::Hasher::finish` is called during hashing.
///
/// ```
Expand Down

0 comments on commit f7ef4e2

Please sign in to comment.