Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Nov 29, 2024
1 parent 8f91381 commit eb79157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
//!
//! `rkyv`: derives the [`Serialize`](rkyv::Serialize), [`Deserialize`](rkyv::Deserialize), and [`Archive`](rkyv::Archive) traits from the [`rkyv`] crate for the [`Primes`] struct.
//!
//! `fast_test`: speeds up primality testing significantly by using the [`machine-prime`](https://docs.rs/machine-prime/latest/machine_prime/) crate.
//! `fast_test`: speeds up primality testing significantly by using the [`machine_prime`] crate.

#![forbid(unsafe_code)]
#![no_std]
Expand Down

0 comments on commit eb79157

Please sign in to comment.