primeish

Crates.ioprimeish
lib.rsprimeish
version0.1.0
sourcesrc
created_at2023-07-07 20:44:01.502927
updated_at2023-07-07 20:44:01.502927
descriptionA CLI containing various prime number utilities.
homepagehttps://github.com/LeoDog896/primeish#readme
repositoryhttps://github.com/LeoDog896/primeish
max_upload_size
id911148
size26,934
Tristan F. (LeoDog896)

documentation

https://github.com/LeoDog896/primeish#readme

README

primeish

various prime utilities in a CLI

cargo install primeish
Usage: primeish <COMMAND>

Commands:
  info      Extract information from a number (factors, prev and next primes.)
  is        Check if a number is prime
  factors   Get the factors of a number
  list      List the first N prime numbers
  nth       Get the nth prime number
  next      Get the next prime number after a given number
  previous  Get the previous prime number before a given number
  closest   Get the closest prime number to a given number
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
Commit count: 8

cargo fmt