regexml 0.2.2

XPath compatible regex engine
Documentation
---
source: src/re_compiler.rs
expression: re_program.operation
---
Sequence(
    Sequence {
        operations: [
            Atom(
                Atom {
                    atom: [
                        'a',
                        'b',
                        'c',
                    ],
                    len: 3,
                },
            ),
            EndProgram(
                EndProgram,
            ),
        ],
    },
)