7 个版本
0.3.0 | 2024年4月15日 |
---|---|
0.2.6 | 2024年4月1日 |
0.2.5 | 2022年2月10日 |
0.2.4 | 2021年5月15日 |
0.1.1 |
|
#1642 在 解析器实现
26,717 每月下载量
在 32 个 crate 中使用 (通过 safe-regex-macro)
295KB
6K SLoC
正则表达式编译器。
如果您想在软件中使用正则表达式,请使用 safe_regex
crate。
Cargo Geiger 安全报告
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
变更日志
参见 safe_regex
创建。
发布流程
- 编辑
Cargo.toml
并增加版本号。 - 运行
../release.sh
许可协议:Apache-2.0