eb-prime-factor

Crates.ioeb-prime-factor
lib.rseb-prime-factor
version0.2.1
sourcesrc
created_at2021-06-14 21:22:17.28187
updated_at2021-06-15 12:03:57.493539
descriptionCalculates the prime factors of a given number.
homepage
repositoryhttps://github.com/ericwburden/eb-prime-factor
max_upload_size
id410127
size34,622,078
Eric Burden (ericwburden)

documentation

https://ericwburden.github.io/eb-prime-factor/eb_prime_factor/index.html

README

Calculate Prime Factors

This crate contains a small program to calculate the prime factors of positive integers, up to u64::MAX (18,446,744,073,709,551,615). You can install eb-prime-factor using cargo install eb-prime-factor if you have a working Rust toolchain (I recommend you use rustup) to get you there. Once installed, (assuming you have ~/.cargo/bin in your PATH), invoke with eb-prime-factor <some number>.

Commit count: 12

cargo fmt