#regex #regular #re #expression

safe-regex-compiler

Regex compiler for the safe-regex crate

7 releases

0.3.0 Apr 15, 2024
0.2.6 Apr 1, 2024
0.2.5 Feb 10, 2022
0.2.4 May 15, 2021
0.1.1 Feb 27, 2021

#224 in Parser tooling

Download history 5191/week @ 2024-11-25 6876/week @ 2024-12-02 7084/week @ 2024-12-09 6115/week @ 2024-12-16 3950/week @ 2024-12-23 5471/week @ 2024-12-30 9658/week @ 2025-01-06 9544/week @ 2025-01-13 9591/week @ 2025-01-20 7050/week @ 2025-01-27 11925/week @ 2025-02-03 13387/week @ 2025-02-10 10376/week @ 2025-02-17 11057/week @ 2025-02-24 11263/week @ 2025-03-03 11959/week @ 2025-03-10

45,633 downloads per month
Used in 74 crates (via safe-regex-macro)

Apache-2.0

64KB
1K 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.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-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

~325KB