authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-01-11 18:05:52 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-01-11 18:05:52 -08:00
logc9cbfe30abf66754104105db6775ca0df03381e9
treeaa609a1b8297271c265a5cf4e123e331ff75d6ae
parent3ed9f53a9cb6b22789662b171e8a58236a1dd33a

README: renamed the repo


1 files changed, 5 insertions(+), 3 deletions(-)

README.md+5-3
...@@ -1,13 +1,15 @@...@@ -1,13 +1,15 @@
1# zig-net-url1# zig-whatwg-url
22
3![loc](https://sloc.xyz/github/nektro/zig-net-url)3![loc](https://sloc.xyz/github/nektro/zig-whatwg-url)
4[![license](https://img.shields.io/github/license/nektro/zig-net-url.svg)](https://github.com/nektro/zig-net-url/blob/master/LICENSE)4[![license](https://img.shields.io/github/license/nektro/zig-whatwg-url.svg)](https://github.com/nektro/zig-whatwg-url/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
88
9A WHATWG URL-compatible parser for Zig.9A WHATWG URL-compatible parser for Zig.
1010
11https://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.
12Last fetched at `048018b5af85f8d47b8a704b48cf6f9c0a461876`.14Last fetched at `048018b5af85f8d47b8a704b48cf6f9c0a461876`.
1315