Verbex
Verbex is a Rust library that provides procedural macros for creating regular expressions in a verbose and readable way.
Features
- Create regular expressions using a more readable syntax.
- Compile-time validation of regular expressions.
- Integration with Rust's standard
regexcrate.
Installation
Add the following to your Cargo.toml:
[]
= "0.1.0"
Usage
use regex;
let re = regex! ;
assert!;
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.