all options
bookworm  ] [  trixie  ] [  sid  ] [  experimental  ]
[ Source: rust-lazy-regex  ]

Package: librust-lazy-regex-dev (2.5.0-3)

Links for librust-lazy-regex-dev

Screenshot

Debian Resources:

Download Source Package rust-lazy-regex:

Maintainer:

External Resources:

Similar packages:

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.

Other Packages Related to librust-lazy-regex-dev

  • depends
  • recommends
  • suggests
  • enhances

Download librust-lazy-regex-dev

Download for all available architectures
Architecture Package Size Installed Size Files
all 12.3 kB56.0 kB [list of files]