Skip to content

Commit

Permalink
url/url: Add URL parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-One committed Mar 3, 2023
1 parent 493f4a4 commit 9c3959e
Show file tree
Hide file tree
Showing 8 changed files with 1,270 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
# For clangd, required to be here by hedronvision/bazel-compile-commands-extractor.
# IDE files in general should go in .git/info/exclude.
/.cache/

# Editors
*.swp
3 changes: 3 additions & 0 deletions url/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ cc_library(
copts = HASTUR_COPTS,
visibility = ["//visibility:public"],
deps = [
"//util:base_parser",
"//util:string",
"//util:unicode",
"//util:uuid",
"@icu//:common",
"@spdlog",
],
)

Expand Down

0 comments on commit 9c3959e

Please sign in to comment.