1 2 3 4 5
# 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.