happynum

Crates.iohappynum
lib.rshappynum
version1.4.2
sourcesrc
created_at2019-06-02 21:57:06.71488
updated_at2019-06-02 22:00:38.362691
descriptionA package for determining happy numbers
homepage
repositoryhttps://github.com/jjmark15/happynum_rust
max_upload_size
id138578
size5,705
Josh Jones (jjmark15)

documentation

README

Distinct Happy Number Range Counter

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.

Usage

  • To build the library run cargo build.
  • To test running the binary run cargo run.
  • To test running the optimised binary run cargo run --release.
  • To just install run cargo install --path ./.
Commit count: 47

cargo fmt