A monstrosity of a prime number generator.
primeval help
: displays a help menu.
primeval gen <limit>
: generates all the prime numbers up to a limit
primeval prime <number>
: determines whether a number is prime or not
primeval version
: shows version info
git clone https://github.com/ajmwagar/primeval-rs
cd primeval-rs
cargo build
cd target/debug
./primeval help
You can also move the binary into /usr/bin
or somewhere else in your PATH
to use from anywhere.