| Crates.io | safe-regex-macro |
| lib.rs | safe-regex-macro |
| version | 0.3.0 |
| created_at | 2021-02-25 10:06:06.447248+00 |
| updated_at | 2024-04-15 19:26:53.499011+00 |
| description | Macro for the safe-regex package |
| homepage | |
| repository | https://gitlab.com/leonhard-llc/safe-regex-rs |
| max_upload_size | |
| id | 360304 |
| size | 6,743 |
This crate provides the regex! macro used by the
safe-regex crate.
It is a thin wrapper around the
safe-regex-compiler
crate.
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
See safe_regex create.
Cargo.toml and bump version number.../release.shLicense: Apache-2.0