mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +00:00

I've been thinking that having an associated type probably isn't necessary. I imagine most users are either using `SocketAddr` to the remote connection IP, or writing their own connection struct.
Examples
This folder contains numerous example showing how to use axum. Each example is setup as its own crate so its dependencies are clear.