digit-loops 1.0.0

Rust crate for finding the number of loops in given numbers
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 607.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • JonasJore/digit-loops
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JonasJore

digit-loops

Description

Rust library for finding out how many loops there are in a given string of digits

Inspired by this puzzle found somewhere on Facebook:

Usage

use digit_loops;

digit_loops::number_of_loops_in_number("8888");
// => 8