[][src]Module faker_rand::util

Utility generators that can be used as building blocks for larger generators.

Structs

AsciiDigit

Generates an ASCII decimal digit (0-9).

AsciiLowercase

Generates an ASCII lowercase letter (a-z).

CapitalizeFirstLetter

Wraps a string generator so that the first letter of its output is capitalized.

ToAsciiLowercase

Wraps a string generator so that its output is all ASCII lowercase letters (a-z).