Crate digits [] [src]

digits

The digits crate is a linked list implementation of a score card flipper. But in this case it's with any characters you want and you can enumerate through possibilities beyond the numeric limits intrinsic in basic numerc types like u64.

Primary use case would be brute forcing character sequences.

Structs

Digits

Traits

Into

NODOC