Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zuri

URI parser written in Zig.

Example

    const uri = try URI.parse("https://ziglang.org/documentation/master/#toc-Introduction");
    assert(mem.eql(u8, uri.scheme, "https"));
    assert(mem.eql(u8, uri.host, "ziglang.org"));
    assert(mem.eql(u8, uri.path, "/documentation/master/"));
    assert(mem.eql(u8, uri.fragment, "toc-Introduction"));

About

URI parser for Zig

Topics

Resources

Stars

50 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages