#regex #regular #expression #re #output-format

safe-regex-compiler

safe-regex crate 的正则表达式编译器

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

#1642解析器实现

Download history 6403/week @ 2024-04-26 6596/week @ 2024-05-03 6132/week @ 2024-05-10 6580/week @ 2024-05-17 5498/week @ 2024-05-24 6069/week @ 2024-05-31 5844/week @ 2024-06-07 5804/week @ 2024-06-14 7700/week @ 2024-06-21 5859/week @ 2024-06-28 6259/week @ 2024-07-05 6669/week @ 2024-07-12 6997/week @ 2024-07-19 6195/week @ 2024-07-26 6671/week @ 2024-08-02 5755/week @ 2024-08-09

26,717 每月下载量
32 个 crate 中使用 (通过 safe-regex-macro)

Apache-2.0 协议

295KB
6K SLoC

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

正则表达式编译器。

如果您想在软件中使用正则表达式,请使用 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 创建。

发布流程

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

许可协议:Apache-2.0

依赖项