Serving Static Assets with Axum This example shows how to serve static assets using axum and Shuttle. This example is inspired by the static-file-server example from the axum repo, to see more ways to do this check out the original.