You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,8 @@ and more!
103
103
104
104
## Features
105
105
106
-
`fast_test`: significantly speed up primality testing by depending on [`machine-prime`](https://crates.io/crates/machine_prime). Raises the MSRV to 1.84.0.
106
+
`fast_test`: significantly speed up primality testing by depending on [`machine-prime`](https://crates.io/crates/machine_prime).
107
+
Raises the MSRV to 1.84.0.
107
108
108
109
`serde`: derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde)
Copy file name to clipboardExpand all lines: src/lib.rs
+2-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@
91
91
//!
92
92
//! # Features
93
93
//!
94
-
//! `fast_test`: Significantly speed up the [`is_prime`] function by depending on the [`machine_prime`] crate. Raises the MSRV to 1.84.0.
94
+
//! `fast_test`: Significantly speed up the [`is_prime`] function by depending on the [`machine_prime`] crate.
95
+
//! Raises the MSRV to 1.84.0.
95
96
//!
96
97
//! `serde`: derives the [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) traits from the [`serde`] crate for the [`Primes`] struct, as well as a few others.
97
98
//! Uses the [`serde_arrays`](https://docs.rs/serde_arrays/0.1.0) crate to do this, and that crate uses the standard library.
0 commit comments