Compile-time URL validation
This crate provides a url! macro for compile-time URL validation.
Examples
// This compiles correctly
let valid = url!;
// This triggers a compiler error
let invalid = url!;
Installation
cargo add url-macro url
Gratitude
Like the project? ⭐ Star this repo on GitHub!
License
Apache-2.0 or MIT.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, shall be licensed as above, without any additional terms or conditions.