# url.c This is a small library to parse and manipulate URLs in conformance to RFC 3986 and WHATWG. It features * No allocations * No dependencies * The ability to switch between RFC 3986 and WHATWG with a flag * Relative reference parsing and resolution * URL normalization * Doesn't rely on null-terminated strings