π Initial release of url-builder β a minimal URL builder for Zig.
β¨ Features:
addParamβ append query params, duplicate keys allowed (?tag=zig&tag=systems)setParamβ set or replace a param by keysetPathβ set the URL pathbuildβ returns an owned[]u8, non-mutating- π RFC 3986 percent-encoding out of the box
- π¦ Zero dependencies, Zig 0.15.2