[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1022727: ITP: rust-lazy-regex -- lazy static regexes checked at compile time



Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr@jones.dk>
X-Debbugs-Cc: debian-devel@lists.debian.org

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

* Package name    : rust-lazy-regex
  Version         : 2.3.0
  Upstream Author : Canop <cano.petrole@gmail.com>
* URL             : https://github.com/canop/lazy-regex
* License         : Expat
  Programming Lang: Rust
  Description     : lazy static regexes checked at compile time

 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 is needed to improve test coverage for package rsass.
It will be maintained in the collaborative Debian section of Salsa,
here: <https://salsa.debian.org/debian/rust-lazy-regex>.

 - Jonas

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmNW07AACgkQLHwxRsGg
ASEfoQ//X6EGKvSPSs7+eYsyyZkh9Kgc6tYR+SqOPaKHXmnQI0MWutOx1u2MfE2n
p862BRy+dKTrsX3OLDsab0TOaZ+Ji7DyxSHkSIo5xbVIJdUr1BQ1NhwVz1urxIdB
kyKzmAclV3HrR1pP1AXwHLq94TgaJsxOCY9cOQ2dtHT/f3iJtxKO0f9DJJup5zYg
iNUq/0gr2I4izrw4yK8wvzZvCHNItrtkGZOXQJg49s3DR/IbUXGqY9jwr5QDKE9k
GoGJY6Q8G1T/f909vYEuW3k2Bk+ySs37F8/Q+FJ/Rlq9YLIcLJVYO15MQLRKt7jq
sSMVyjE6+Z/tuBNmQnDdVu/vKA+1TpvbqS4S3hmXpfDq56xaiZksf7rFs9kxyG29
CbgkkAakBU3E+NiItl+sejrIgVAFgdxy2gT7WysdSRHRdd96SN48CXAvBIl19yBu
XGqGvxO2tyONZ7FihrSnlgsyp3Ne90BSblTalEtmRU0NUwiVU6zdFxd78eu2slwM
9K+R7WTWSUwDmItaUABT4K7UmCdJfY43Dx7UCJyidG7dXsvv34x6dDPNalIJBKCF
236tAneQ62OActf9spbCJd/fOun8P45Qhb/eFOX5AcVlGKKHBcxe+Yacsb0ag9LK
ouLfmjpnzwDUuwwOMVvZV5FleduT68yumPMUePATDQv1p70WsRI=
=TaCM
-----END PGP SIGNATURE-----


Reply to: