https://github.com/ohmycloud/miniserve-axum
https://github.com/ohmycloud/miniserve-axum
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/miniserve-axum
- Owner: ohmycloud
- Created: 2025-05-12T14:42:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-20T14:20:07.000Z (9 months ago)
- Last Synced: 2025-09-20T16:25:54.389Z (9 months ago)
- Language: Rust
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miniserve-axum - a CLI tool to serve files and dirs over HTTP with Axum
This is a project fork from [miniserve](https://github.com/svenstaro/miniserve),
with Axum for learning purpose.