Skip to content

jjmark15/happynum_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releasing

install tools

cargo install cargo-release

cut a release

cargo release --no-publish --execute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages