🚀 Installation
include it in your Cargo.toml
under [dependencies]
= "*"
🧑💻 Usage examples
Basic Usage
use regex;
use Regex;
with LazyCell
and LazyLock
use ;
use regex;
use Regex;
const USERNAME_REGEX: = new;
const DATE_REGEX: = new;
const INVALID_REGEX: = new; // compile time error
const INVALID_REGEX: = new; // compile time error
🌟 Connect with Us
zahash – zahash.z@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
🤝 Contribute to compiletime-regex
!
- Fork it (https://github.com/zahash/compiletime-regex/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
❤️ Show Some Love!
If you find compiletime-regex
helpful and enjoy using it, consider giving it a ⭐ on GitHub! Your star is a gesture of appreciation and encouragement for the continuous improvement of compiletime-regex
.