wszystkie opcje
bookworm  ] [  trixie  ] [  sid  ] [  experimental  ]
[ Pakiet źródłowy: rust-lazy-regex  ]

Pakiet: librust-lazy-regex-dev (3.1.0-1)

Odnośniki dla librust-lazy-regex-dev

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego rust-lazy-regex:

Opiekun:

Zasoby zewnętrzne:

Podobne pakiety:

Pakiet eksperymentalny

Ostrzeżenie: Pakiet pochodzi z dystrybucji eksperymentalnej. Oznacza to, że prawdopodobnie jest niestabilny lub zawiera błędy i może spowodować nawet utratę danych. Przed użyciem pakietu proszę koniecznie zapoznać się z dziennikiem zmian i inną dostępną dokumentacją.

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.

Inne pakiety związane z librust-lazy-regex-dev

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie librust-lazy-regex-dev

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 14,6 KiB71,0 KiB [lista plików]