alperencantez/zigada
🔗 Unofficial Zig bindings for Ada URL Parser
This repository contains bindings to the Ada
library, implemented in the Zig programming language. The primary purpose of this project was to learn and explore Zig, so please be aware that the parser may contain bugs or unhandled edge cases.
While this parser offers basic functionality, it is not intended for production use. It serves as an educational tool and a stepping stone for further exploration of Zig.
Ada
library to handle URL parsing.To use the parser, simply clone the repository and build it using Zig. Keep in mind that this is an experimental project, so the implementation may not cover all possible URL scenarios.
cd zigada
zig build