全部搜索项
bookworm  ] [  trixie  ] [  sid  ] [  experimental  ]
[ 源代码: rust-lazy-regex  ]

软件包:librust-lazy-regex-dev(3.1.0-1)

librust-lazy-regex-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 rust-lazy-regex

维护者:

外部的资源:

相似软件包:

试制(Experimental)软件包

警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。

lazy static regexes checked at compile time - Rust source code

Lazy-regex enables you to use the `regex!` macro to build regexes:

 * they're checked at compile time
 * they're wrapped in `once_cell` lazy static initializers
   so that they're compiled only once
 * they can hold flags as suffix:
   `let case_insensitive_regex = regex!("ab*"i);`
 * regex creation is less verbose

This macro returns references to normal instances of `regex::Regex` so all the usual features are available.

This package contains the source for the Rust lazy-regex crate, packaged for use with cargo and dh-cargo.

其他与 librust-lazy-regex-dev 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 librust-lazy-regex-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 14.6 kB71.0 kB [文件列表]