すべてのオプション
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 ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。

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 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

librust-lazy-regex-dev のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 14.6 kB71.0 kB [ファイル一覧]