Iterate over the digits of numbers in an arbitrary radix
Digits iteration for unsigned integer types.
Overengineered Advent of Code framework - not quite Santa's elves
Parse a str or a slice with a function style
On the fly iterator creation.
A library for parsing and working with Roman numerals
A no-std trait to determine the lengths of integers in various number bases.
A parser and compiler that uses Backus Naur Forms to create the AST with a option to compile the AST.
Utilities for converting numbers to digits
A library for reading and writing Saleae Logic 2 binary capture data
A composable, deterministic text data pipeline for ML. Ingest, denoise, chunk, split, and sample multi-source corpora into reproducible training triplets.
Add the ability to iterate over the digit of all primitive integer types. Also exposes the trait so one can implement it oneself.