monster-regex 0.2.2

A custom regex spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
warning: fields `group_count` and `named_groups` are never read
  --> src\engine\linear\mod.rs:79:5
   |
75 | pub struct LinearRegex {
   |            ----------- fields in this struct
...
79 |     group_count: usize,
   |     ^^^^^^^^^^^
80 |     named_groups: HashMap<String, usize>,
   |     ^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: `monster-regex` (lib) generated 1 warning
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s