regex-rure: Bindings to Rust's regex library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.1.0, 0.1.2.0
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
Category Text, Regex
Source repo head: git clone https://github.com/vmchale/rure
Uploaded by vmchale at 2022-01-24T00:15:14Z

Modules

[Index] [Quick Jump]

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for regex-rure-0.1.1.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.