全部搜尋項
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 [檔案列表]