DicGen
Generate all possible combinations for given symbols in given interval.
Install with Cargo
Usage
An example generating mobile phone numbers (9 digits starting with 6, 7 or 8):
Generated file phone_numbers.txt will contain:
600000000
600000001
[...]
899999998
899999999
Usage as Rust dependency
Add to your Cargo.toml and see examples and reference in documentation.
License
The Unlicense. See LICENSE for details or visit unlicense.org web.