Summary
Hi everyone, I'm building Lens, an open-source Rust tool that helps developers visualize application traffic during local development. The goal is to make interactions between applications, databases, and services visible through a terminal UI without requiring changes to application code. The project currently includes: Transparent proxy architecture HTTP/1.1 support PostgreSQL protocol decoding Secret redaction Cross-platform design Modular Cargo workspace Architecture documentation, ADRs, CI...