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 47cae5dada Just following along in the textbook for now.
Went with what I know, which is axum, but tower uses
`use http_body_util::{BodyExt, Empty, Full};`, and I
should plan on moving to that before I get too deep
into the guts of this thing.
2026-05-10 07:45:30 -07:00
demo Just following along in the textbook for now. 2026-05-10 07:45:30 -07:00
serve_zip Just following along in the textbook for now. 2026-05-10 07:45:30 -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