7 个版本
0.3.0 | 2024年4月15日 |
---|---|
0.2.6 | 2024年4月1日 |
0.2.5 | 2022年2月10日 |
0.2.3 | 2021年3月8日 |
0.1.1 |
|
#1713 in 过程宏
26,769 每月下载量
在 32 个 Crates 中使用(通过 safe-regex)
220KB
5K SLoC
此 crate 提供了由 safe-regex
crate 使用的 regex!
宏。
它是对 safe-regex-compiler
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-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
变更日志
参见 safe_regex
创建。
发布流程
- 编辑
Cargo.toml
并增加版本号。 - 运行
../release.sh
许可证:Apache-2.0