все параметры
bookworm  ] [  trixie  ] [  sid  ] [  experimental  ]
[ Источник: rust-lazy-regex  ]

Пакет: librust-lazy-regex-dev (3.1.0-1)

Ссылки для librust-lazy-regex-dev

Screenshot

Ресурсы Debian:

Исходный код rust-lazy-regex:

Сопровождающий:

Внешние ресурсы:

Подобные пакеты:

Экспериментальный пакет

Предупреждение: данный пакет находится в экспериментальной ветке дистрибутива. Это означает, что он нестабилен или содержит ошибки, и даже может вызвать потерю данных. Перед использованием внимательно прочитайте файл changelog и другую доступную документацию.

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.

Другие пакеты, относящиеся к librust-lazy-regex-dev

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка librust-lazy-regex-dev

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 14,6 Кб71,0 Кб [список файлов]