Crates.io | happynum |
lib.rs | happynum |
version | 1.4.2 |
source | src |
created_at | 2019-06-02 21:57:06.71488 |
updated_at | 2019-06-02 22:00:38.362691 |
description | A package for determining happy numbers |
homepage | |
repository | https://github.com/jjmark15/happynum_rust |
max_upload_size | |
id | 138578 |
size | 5,705 |
This was largely a project simply for the purpose of allowing me to test using Rust. It has largely the same functionality as another repo of mine.
For information on happy numbers please see the wikipedia page.
cargo build
.cargo run
.cargo run --release
.cargo install --path ./
.