všetky možnosti
bookworm  ] [  trixie  ] [  sid  ]
[ Zdroj: rust-lazy-regex  ]

Balík: librust-lazy-regex-dev (3.4.1+20241227-3)

Odkazy pre librust-lazy-regex-dev

Screenshot

Zdroje Debian:

Stiahnuť zdrojový balík rust-lazy-regex:

Správca:

Externé zdroje:

Podobné balíky:

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 crates lazy-regex and lazy-regex-proc_macros, for use with cargo.

Ostatné balíky súvisiace s balíkom librust-lazy-regex-dev

  • závisí
  • odporúča
  • navrhuje
  • vylepšuje

Stiahnuť librust-lazy-regex-dev

Stiahnuť pre všetky dostupné architektúry
Architektúra Veľkosť balíka Nainštalovaná veľkosť Súbory
all 17.7 kB87.0 kB [zoznam súborov]