| Crates.io | frisbee |
| lib.rs | frisbee |
| version | 0.3.0 |
| created_at | 2022-09-09 20:50:07.131135+00 |
| updated_at | 2022-09-09 20:58:47.912173+00 |
| description | simple tool for serving files from disk |
| homepage | |
| repository | https://github.com/nfiles/frisbee |
| max_upload_size | |
| id | 662100 |
| size | 45,478 |
simple static file server
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