5 releases

0.2.5 Feb 10, 2022
0.2.3 Mar 8, 2021
0.1.1 Feb 27, 2021

#1983 in Procedural macros

Download history 3640/week @ 2022-11-27 5592/week @ 2022-12-04 4033/week @ 2022-12-11 3424/week @ 2022-12-18 1578/week @ 2022-12-25 2289/week @ 2023-01-01 3560/week @ 2023-01-08 3669/week @ 2023-01-15 3374/week @ 2023-01-22 3363/week @ 2023-01-29 3198/week @ 2023-02-05 3769/week @ 2023-02-12 4376/week @ 2023-02-19 3783/week @ 2023-02-26 5024/week @ 2023-03-05 4430/week @ 2023-03-12

17,785 downloads per month
Used in 51 crates (via safe-regex)

Apache-2.0

205KB
4.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.2.5
0/0        0/0          0/0    0/0     0/0      🔒  ├── safe-proc-macro2 1.0.36
0/0        0/0          0/0    0/0     0/0      🔒  │   └── unicode-xid 0.2.2
0/0        0/0          0/0    0/0     0/0      🔒  └── safe-regex-compiler 0.2.5
0/0        0/0          0/0    0/0     0/0      🔒      ├── safe-proc-macro2 1.0.36
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.36

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

~140KB