Crate safe_regex_macro[][src]

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

This crate provides the regex! macro used by the safe-regex crate.

It is a thin wrapper around the safe-regex-compiler crate.

Cargo Geiger Safety Report

Changelog

See safe_regex create.

Release Process

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

Macros

regex

Compiles a regular expression into a Rust type.