chore: return None for invalid uri

This commit is contained in:
Keivan-sf
2023-10-08 21:11:49 +03:30
parent a77da502ed
commit 081e036257
3 changed files with 69 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.9.6"