2 bookmarks for 2025-02-02

58.

include_dir - crates.io: Rust Package Registry

crates.io/crates/include_dir

Embed the contents of a directory in your binary

57.

Serving Static Files With Axum

benw.is/posts/serving-static-files-with-axum

Perhaps 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