regex_syntax::ast::parse - Rust (original) (raw)

regex_syntax::ast

Module parse

Source

Expand description

This module provides a regular expression parser.

Structs§

Parser

A regular expression parser.

ParserBuilder

A builder for a regular expression parser.