A parallelized prime number generator written in Rust.
Go to file
2021-03-01 19:00:13 +01:00
src Fixed bug. 2021-03-01 18:51:53 +01:00
.gitignore Initial commit. 2021-02-26 17:58:58 +01:00
Cargo.lock Cargo lock had to update. 2021-03-01 18:41:56 +01:00
Cargo.toml Updated the Cargo.toml file. 2021-03-01 18:40:33 +01:00
LICENSE Added license file. 2021-03-01 16:18:34 +01:00
README Added a README file. 2021-03-01 18:15:06 +01:00
TODO Added a TODO list. 2021-03-01 19:00:13 +01:00

===================
*** Indivisible ***
===================
Indivisible is an optimized prime number generator written in Rust.

# Building
----------
To build the project you will require the Rust compiler and build
system, `cargo`. At which point you simply run `cargo build` in the root
directory of the project. To create an optimized release build append
the `--release` flag to the previous command.

# Legacy
--------
This project was originally written in C. It can be found at
<https://gitlab.com/naortega/Indivisible-legacy>

# License
---------
This project is licensed under the terms & conditions of the GNU General
Public License version 3 or greater (see `LICENSE` file for more
information).