Skip to content

Commit

Permalink
Unify with README description (#47)
Browse files Browse the repository at this point in the history
* Unify with README description

* Also make list commated
  • Loading branch information
JSorngard authored Jun 13, 2024
1 parent 810310d commit 7cdf712
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! A crate for generating and working with prime numbers in const contexts.
//! This lets you for example pre-compute prime numbers at compile time and store them in the binary and use them later for related computations,
//! Generate and work with prime numbers in const contexts.
//!
//! This crate lets you for example pre-compute prime numbers at compile time, store them in the binary, and use them later for related computations,
//! or check whether a number is prime in a const function.
//!
//! `#![no_std]` compatible, and currently supports Rust versions 1.67.1 or newer.
Expand Down

0 comments on commit 7cdf712

Please sign in to comment.