tower-real-ip 0.1.0

A production-ready Tower middleware for resolving the real client IP via trusted proxies.
Documentation
on:
  push:
    branches:
      - main

name: Docs

permissions:
  contents: read

jobs:
  docs:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout sources
        uses: actions/checkout@v6
        with:
          submodules: 'recursive'

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

      - name: Run cargo doc
        run: cargo doc --no-deps --all-features