regex-utils 0.1.0

Regex utilities, like enumerating all strings that match a regex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.regex-automata]
version = "0.3.0"

[dependencies.tinyvec]
features = ["alloc"]
version = "1.0.0"

[package]
description = "Regex utilities, like enumerating all strings that match a regex"
edition = "2021"
license = "MIT"
name = "regex-utils"
readme = "README.md"
repository = "https://github.com/conradludgate/regex-utils"
version = "0.1.0"