lre

Crates.iolre
lib.rslre
version0.1.0
created_at2026-01-04 07:10:08.185977+00
updated_at2026-01-04 07:10:08.185977+00
descriptionRust bindings for the regular expression library from QuickJS
homepage
repository
max_upload_size
id2021491
size588,521
John Ray (nupha)

documentation

README

lre

lre provides Rust bindings for the libregexp C library, which is a lightweight regular expression engine from QuickJS.

Installation

Add this to your Cargo.toml:

[dependencies]
lre = "0.1"

License

This project is licensed under the MIT License - see the LICENSE file for details.

The underlying libregexp library is also MIT licensed.

Acknowledgments

  • Fabrice Bellard for creating the original libregexp library
  • The Rust community for excellent tooling (bindgen, cc, etc.)
  • All contributors and users of this crate
Commit count: 0

cargo fmt