Templating (#43)

Add new `templating` crate with custom parser/renderer for dealing with
variables
This commit is contained in:
Gregory Schier
2024-06-07 08:39:12 -07:00
committed by GitHub
parent a83e094f00
commit e326405f4f
13 changed files with 572 additions and 31 deletions

View File

@@ -106,7 +106,7 @@ pub async fn send_http_request(
format!("Failed to parse URL \"{}\": {}", url_string, e.to_string()),
window,
)
.await;
.await;
}
};