Restructure code.

I'm gonna rewrite this whole thing.
This commit is contained in:
2025-12-03 21:39:22 +01:00
parent 80f9cc855d
commit ceb7e5974e
5 changed files with 57 additions and 299 deletions

View File

@@ -6,10 +6,9 @@ description = "A prime number generator and tester"
edition = "2018"
readme = "README"
license = "GPL-3.0"
keywords = ["primes", "math"]
keywords = [ "primes", "math" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.13"
rayon = "1.5"