Crate safe_regex_macro

source ·
Expand description

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§

  • Compiles a regular expression into a Rust type.