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

rust-fancy-regex 0.14.0

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 rust-fancy-regex 0.14.0 as follows:

guix install rust-fancy-regex@0.14.0

Or install the latest version:

guix install rust-fancy-regex

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.