Skip to content

Commit

Permalink
fix: rename wyrand module for less ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Mar 26, 2024
1 parent 8d2bcc8 commit 701ebae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
mod constants;
#[cfg(feature = "wyhash")]
mod hasher;
mod rand;
mod wyrand;
mod utils;

#[cfg(feature = "wyhash")]
pub use hasher::*;
pub use rand::WyRand;
pub use wyrand::WyRand;
File renamed without changes.

0 comments on commit 701ebae

Please sign in to comment.