happynum 1.4.2

A package for determining happy numbers
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 5.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 244.16 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jjmark15/happynum_rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jjmark15

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 ./.