A Rust Tower Service that serves files from a Zip file. The Zip file can either be opened as a file, or embedded in the binary using include_bytes!
Go to file
Elf M. Sternberg 841fa7e91e Just got axum up and running. Spent waaaay too long wrestling with rustic and rustfmt to get it to stop throwing errors, only to realize that the actual problem was my copy of rustfmt being waaaay out of date. With that fixed, the problem went away. 2026-05-10 08:33:42 -07:00
demo Just got axum up and running. Spent waaaay too long wrestling with rustic and rustfmt to get it to stop throwing errors, only to realize that the actual problem was my copy of rustfmt being waaaay out of date. With that fixed, the problem went away. 2026-05-10 08:33:42 -07:00
serve_zip Just got axum up and running. Spent waaaay too long wrestling with rustic and rustfmt to get it to stop throwing errors, only to realize that the actual problem was my copy of rustfmt being waaaay out of date. With that fixed, the problem went away. 2026-05-10 08:33:42 -07:00
.gitignore Just following along in the textbook for now. 2026-05-10 07:45:30 -07:00
Cargo.lock Just following along in the textbook for now. 2026-05-10 07:45:30 -07:00
Cargo.toml Just following along in the textbook for now. 2026-05-10 07:45:30 -07:00
rustfmt.toml Just got axum up and running. Spent waaaay too long wrestling with rustic and rustfmt to get it to stop throwing errors, only to realize that the actual problem was my copy of rustfmt being waaaay out of date. With that fixed, the problem went away. 2026-05-10 08:33:42 -07:00