This repository contains a proof-of-concept middleware implementation of a Privacy Pass protocol server integration. The code is written in Rust and is intended to be used as a library for other projects. The integration is written as a tower service (that can be used with axum) and an actix middleware.
Examples can be found in the full_cycle_*
integration tests in tests/
.