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 e85da1cf34 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
demo 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
serve_zip 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
.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 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.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