| ... | @@ -1,13 +1,15 @@ | ... | @@ -1,13 +1,15 @@ |
| 1 | # zig-net-url | 1 | # zig-whatwg-url |
| 2 | | 2 | |
| 3 |  | 3 |  |
| 4 | [](https://github.com/nektro/zig-net-url/blob/master/LICENSE) | 4 | [](https://github.com/nektro/zig-whatwg-url/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) | 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) | 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) | 7 | [](https://github.com/nektro/zigmod) |
| 8 | | 8 | |
| 9 | A WHATWG URL-compatible parser for Zig. | 9 | A WHATWG URL-compatible parser for Zig. |
| 10 | | 10 | |
| | 11 | https://url.spec.whatwg.org/ |
| | 12 | |
| 11 | `urltestdata.json` is from https://github.com/web-platform-tests/wpt/blob/master/url/resources/urltestdata.json. | 13 | `urltestdata.json` is from https://github.com/web-platform-tests/wpt/blob/master/url/resources/urltestdata.json. |
| 12 | Last fetched at `048018b5af85f8d47b8a704b48cf6f9c0a461876`. | 14 | Last fetched at `048018b5af85f8d47b8a704b48cf6f9c0a461876`. |
| 13 | | 15 | |