regex-rure: Bindings to Rust's regex library

[ agpl, library, regex, text ] [ Propose Tags ]

Bindings to Rust's regex library, including a higher-level API.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
cross

Enable to ease cross-compiling

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.2.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.10.0.0 && <5), bytestring (>=0.11.0.0) [details]
License AGPL-3.0-only
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2022-08-22T13:02:01Z
Category Text, Regex
Source repo head: git clone https://github.com/vmchale/rure
Uploaded by vmchale at 2022-01-24T13:23:29Z
Distributions NixOS:0.1.2.0
Downloads 459 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for regex-rure-0.1.2.0

[back to package description]

Bindings to Rust's regular expression library. See here for installation instructions. You'll need to put librure.so or librure.dylib etc. where libraries go on your system.

Lower-level bindings are exhaustive; higher-level bindings no not include capture groups.