This website requires JavaScript.
Explore
Help
Sign In
elf
/
tower-http-servezip
Watch
1
Star
0
Fork
You've already forked tower-http-servezip
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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!
6
Commits
1
Branch
0
Tags
65
KiB
Rust
100%
8a3dc6995c
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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