feat: add hurl! and local_folder! macros to make Url easier to create (#135)

* it was named `hurl!` instead of just `url!` because it was clashing with the crate `url` so we would have been forced to use it with `harmony_macros::url!` which is less sexy

Reviewed-on: NationTech/harmony#135
This commit is contained in:
2025-09-08 14:43:41 +00:00
parent b42815f79c
commit 6ea5630d30
5 changed files with 108 additions and 4 deletions

1
Cargo.lock generated
View File

@@ -2405,6 +2405,7 @@ dependencies = [
"serde",
"serde_yaml",
"syn 2.0.105",
"url",
]
[[package]]