This package browser is in early development. Mind the rough edges.

rust-fancy-regex

Implementation of regexes with a rich set of features

This package is a Rust library for compiling and matching regular expressions. It uses a hybrid regex implementation designed to support a relatively rich set of features. In particular, it uses backtracking to implement features such as look-around and backtracking, which are not supported in purely NFA-based implementations.

Installation

Install the latest version of rust-fancy-regex as follows:

guix install rust-fancy-regex

Or install a particular version:

guix install rust-fancy-regex@0.10.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of rust-fancy-regex about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/rust-fancy-regex'><img src='https://packages.guix.gnu.org/packages/rust-fancy-regex/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/rust-fancy-regex/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/rust-fancy-regex)

Example Org:

[[https://packages.guix.gnu.org/packages/rust-fancy-regex][https://packages.guix.gnu.org/packages/rust-fancy-regex/badges/latest-version.svg]]