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

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

Links for librust-lazy-regex-dev

Screenshot

Debian Resources:

Download Source Package rust-lazy-regex:

Maintainer:

External Resources:

Similar packages:

Experimental package

Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.

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 14.6 kB71.0 kB [list of files]