rexplode 1.0.1

Generate strings from the given regular expression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rexplode"
version = "1.0.1"
edition = "2021"
authors = ["woxtu <woxtup@gmail.com>"]
description = "Generate strings from the given regular expression"
readme = "README.md"
repository = "https://github.com/woxtu/rexplode"
license = "MIT"

[dependencies]
anyhow = "1.0.51"
itertools = "0.10.1"
regex-syntax = "0.6.25"