jefromyers / pubsuffix

TLD & Domain parsing for URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig URL Parser with Domain and TLD Support

What's going on here?

This package is my first foray into Zig and is an ongoing project. It adds domain and TLD parsing on top of the standard URI parser. The implementation leverages the Public Suffix List to accurately parse and identify the effective TLD and domains of URLs.

As I'm new to Zig, any feedback, suggestions, or contributions are greatly appreciated!

License

MIT

About

TLD & Domain parsing for URLs

License:MIT License


Languages

Language:Zig 100.0%