From 6a0b1968eff34d88da8627bfe756c2f38e81f5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 1 Mar 2021 18:15:06 +0100 Subject: [PATCH] Added a README file. --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ab13c5a --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +=================== +*** 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 + + +# 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).