url-parse-nginx 0.2.4

A faithful, 1-to-1 Rust port of nginx's URL path parser (ngx_http_parse_uri / ngx_http_parse_complex_uri) for origin-form paths.
Documentation
# --- Rust ---
# Build output (matches ./target and fuzz/target).
target/

# Cargo.lock is not committed for a library crate; downstream builds resolve
# their own versions. (Drop this line if you decide to pin fuzz builds.)
Cargo.lock

# --- C fuzz harness build artifacts (nginx-reference) ---
*.o
*.so
nginx-reference/selftest

# nginx source is fetched on demand by tools/extract.sh into a temp dir and
# removed afterwards; nothing to ignore. A locally cached tarball, if any:
*.tar.gz

# --- editor / OS ---
*.swp
*~
.DS_Store