Crates.io | eb-prime-factor |
lib.rs | eb-prime-factor |
version | 0.2.1 |
source | src |
created_at | 2021-06-14 21:22:17.28187 |
updated_at | 2021-06-15 12:03:57.493539 |
description | Calculates the prime factors of a given number. |
homepage | |
repository | https://github.com/ericwburden/eb-prime-factor |
max_upload_size | |
id | 410127 |
size | 34,622,078 |
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>
.