url-parse-nginx 0.2.3

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
name: Differential fuzzing

on:
  push:
  pull_request:

permissions:
  contents: read

jobs:
  fuzz:
    name: Compare Rust with nginx
    runs-on: ubuntu-latest
    timeout-minutes: 10

    steps:
      - name: Check out repository
        uses: actions/checkout@v4

      - name: Install Rust
        uses: dtolnay/rust-toolchain@stable

      - name: Run differential fuzzer
        run: >-
          cargo run
          --release
          --manifest-path fuzz/Cargo.toml
          --
          1000000
          11400714819323198485