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 2021年2月27日

#1713 in 过程宏

Download history 6615/week @ 2024-04-15 7632/week @ 2024-04-22 6064/week @ 2024-04-29 6568/week @ 2024-05-06 6181/week @ 2024-05-13 6344/week @ 2024-05-20 5407/week @ 2024-05-27 5870/week @ 2024-06-03 6293/week @ 2024-06-10 5335/week @ 2024-06-17 8205/week @ 2024-06-24 5782/week @ 2024-07-01 6018/week @ 2024-07-08 7111/week @ 2024-07-15 6534/week @ 2024-07-22 6829/week @ 2024-07-29

26,769 每月下载量
32 个 Crates 中使用(通过 safe-regex

Apache-2.0

220KB
5K SLoC

crates.io version license: Apache 2.0 unsafe forbidden pipeline status

此 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 创建。

发布流程

  1. 编辑 Cargo.toml 并增加版本号。
  2. 运行 ../release.sh

许可证:Apache-2.0

依赖项