rust-regex
Regular expressions for Rust
This package is an implementation of regular expressions for Rust. It uses finite automata and guarantees linear time matching on all inputs.
- Versions: 1.10.4 · 0.2.11 · 0.1.80
- Website: https://github.com/rust-lang/regex
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rust-regex
as follows:
guix install rust-regex
Or install a particular version:
guix install rust-regex@0.1.80
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
HTML: <a href='http://127.0.0.1:3000/packages/rust-regex/'><img src='http://127.0.0.1:3000/packages/rust-regex/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/rust-regex/badges/latest-version.svg)](http://127.0.0.1:3000/packages/rust-regex/) Org: [[http://127.0.0.1:3000/packages/rust-regex/][http://127.0.0.1:3000/packages/rust-regex/badges/latest-version.svg]]