primeval 0.0.3

A monstrosity of a prime number generator
Documentation
# primeval-rs
A monstrosity of a prime number generator.

## Usage

`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


## Installation

1. `git clone https://github.com/ajmwagar/primeval-rs`
2. `cd primeval-rs`
3. `cargo build`
4. `cd target/debug`
5. `./primeval help`
6. Profit!

You can also move the binary into `/usr/bin` or somewhere else in your `PATH` to use from anywhere.

## Roadmap

- Rust Module/API
- Cleaner UI/CLI
- More SPEED!