7 releases

0.3.0 Apr 15, 2024
0.2.6 Apr 1, 2024
0.2.5 Feb 10, 2022
0.2.3 Mar 8, 2021
0.1.1 Feb 27, 2021

#297 in #expression

Download history 7009/week @ 2024-11-17 5164/week @ 2024-11-24 6918/week @ 2024-12-01 6929/week @ 2024-12-08 6290/week @ 2024-12-15 3796/week @ 2024-12-22 5478/week @ 2024-12-29 9681/week @ 2025-01-05 9317/week @ 2025-01-12 9286/week @ 2025-01-19 7423/week @ 2025-01-26 11482/week @ 2025-02-02 13348/week @ 2025-02-09 10712/week @ 2025-02-16 11100/week @ 2025-02-23 10506/week @ 2025-03-02

47,018 downloads per month
Used in 74 crates (via safe-regex)

Apache-2.0

220KB
5K SLoC

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


Metric output format: x/y
    x = unsafe code used by the build
    y = total unsafe code found in the crate

Symbols: 
    🔒  = No `unsafe` usage found, declares #![forbid(unsafe_code)]= No `unsafe` usage found, missing #![forbid(unsafe_code)]
    ☢️  = `unsafe` usage found

Functions  Expressions  Impls  Traits  Methods  Dependency

0/0        0/0          0/0    0/0     0/0      🔒  safe-regex-macro 0.3.0
0/0        0/0          0/0    0/0     0/0      🔒  ├── safe-proc-macro2 1.0.68
0/0        0/0          0/0    0/0     0/0      🔒  │   └── unicode-xid 0.2.4
0/0        0/0          0/0    0/0     0/0      🔒  └── safe-regex-compiler 0.3.0
0/0        0/0          0/0    0/0     0/0      🔒      ├── safe-proc-macro2 1.0.68
0/0        0/0          0/0    0/0     0/0      🔒      └── safe-quote 1.0.15
0/0        0/0          0/0    0/0     0/0      🔒          └── safe-proc-macro2 1.0.68

0/0        0/0          0/0    0/0     0/0    

Changelog

See safe_regex create.

Release Process

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

License: Apache-2.0

Dependencies