Expand description

crates.io version license: Apache 2.0 unsafe forbidden pipeline status

A regular expression compiler.

If you want to use regular expressions in your software, use the safe_regex crate.

Cargo Geiger Safety Report

Changelog

See safe_regex create.

Release Process

  1. Edit Cargo.toml and bump version number.
  2. Run ../release.sh

Modules

Provides a generate function used by the regex! proc macro.

A parser for regular expressions.

Macros

Functions

Converts the bytes into an ASCII string.

Implements the regex! macro.