include_dir - crates.io: Rust Package Registry
crates.io/crates/include_dirEmbed the contents of a directory in your binary
Serving Static Files With Axum
benw.is/posts/serving-static-files-with-axumPerhaps you'd like to run a fileserver with Axum, or maybe just serve static content in a folder. It's a bit trickier in Axum than you might expect