Prime number library for rust

Working with large prime numbers is really annoying with rust.

primes does not handle numbers > 1000

We need a nice cli that is able to take in arbitrary sized numbers and just chug away.

A lot of websites don’t handle big primes. maybe a wasm build would be nice as well6