thue_morse 0.1.0

A library for generating Thue-Morse number sequences for different bases.
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 16.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AustinHellerRepo
thue_morse-0.1.0 has been yanked.

thue_morse

A library for calculating the Thue-Morse sequence number given a specific index.

Usage

Create a ThueMorseProvider for a specific base and then a ThueMorseIterator can be created from that instance using the into_iter function.