5 releases

0.2.5 Feb 10, 2022
0.2.4 May 15, 2021
0.2.3 Mar 8, 2021
0.1.1 Feb 27, 2021

#2561 in Parser implementations

Download history 4690/week @ 2023-12-06 6036/week @ 2023-12-13 3696/week @ 2023-12-20 3268/week @ 2023-12-27 4129/week @ 2024-01-03 3933/week @ 2024-01-10 4563/week @ 2024-01-17 4796/week @ 2024-01-24 4433/week @ 2024-01-31 4653/week @ 2024-02-07 3713/week @ 2024-02-14 3285/week @ 2024-02-21 3677/week @ 2024-02-28 4433/week @ 2024-03-06 5763/week @ 2024-03-13 4800/week @ 2024-03-20

19,434 downloads per month
Used in 32 crates (via safe-regex-macro)

Apache-2.0

295KB
6K SLoC

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


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-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      🔒  │   └── unicode-xid 0.2.2
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