https://github.com/dxrcy/fancy-regex-macro
A simple macro to use a fancy-regex Regex statically
https://github.com/dxrcy/fancy-regex-macro
Last synced: 3 months ago
JSON representation
A simple macro to use a fancy-regex Regex statically
- Host: GitHub
- URL: https://github.com/dxrcy/fancy-regex-macro
- Owner: dxrcy
- Created: 2023-02-07T21:53:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T21:53:59.000Z (over 2 years ago)
- Last Synced: 2025-03-15T08:37:16.468Z (3 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fancy Regex Macro
A simple macro to use a [fancy-regex](https://docs.rs/fancy-regex) Regex statically.
This crate is based off [regex-macro](https://docs.rs/regex-macro)
# TODO
- Add to crates.io
- Add docs
- Add examples
- Add license