2 个不稳定版本
0.3.0 | 2022年9月9日 |
---|---|
0.2.0 | 2022年9月9日 |
#1270 in HTTP服务器
14KB
frisbee
简单的静态文件服务器
frisbee 0.1.0
Nathan Files <nathanwfiles@gmail.com>
USAGE:
frisbee [OPTIONS]
OPTIONS:
-h, --help Print help information
-p, --public <public> Path prefix for HTTP requests [default: /]
-r, --root <root> Directory to serve from disk [default: .]
-V, --version Print version information
Port/Address/etc can be configured with Rocket's native configuration system
https://rocket.rs/v0.5-rc/guide/configuration/
ROCKET_PORT=80 frisbee
安装
cargo install frisbee
OR
cargo install --git https://github.com/nfiles/frisbee.git --branch main
发布
# Publish the crate
cargo release <level>
# push changes
git push
git push --tags
依赖关系
~17–50MB
~810K SLoC