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 8a3dc6995c It lives! 2026-06-06 12:30:13 -07:00
demo Well, it's serving 'I know it exists, but I can't show it to you.' 2026-05-18 17:33:07 -07:00
serve_zip It lives! 2026-06-06 12:30:13 -07:00
.gitignore Hey, some tests are passing. I can open a zip file and check it for validity, presence, file size, and kind. 2026-05-10 12:10:49 -07:00
Cargo.lock Well, it's serving 'I know it exists, but I can't show it to you.' 2026-05-18 17:33:07 -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