Skip to content

0.1.0

Latest

Choose a tag to compare

@etroynov etroynov released this 14 Mar 23:24

πŸ”— 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 key
  • setPath β€” set the URL path
  • build β€” returns an owned []u8, non-mutating
  • πŸ”’ RFC 3986 percent-encoding out of the box
  • πŸ“¦ Zero dependencies, Zig 0.15.2