Crates.io | rossa |
lib.rs | rossa |
version | 0.1.1 |
source | src |
created_at | 2020-05-26 09:28:42.866914 |
updated_at | 2020-05-26 11:45:01.264554 |
description | Attempt to create a SimpleHTTPServer in Rust. Also inspired by gossa. |
homepage | |
repository | https://github.com/rednithin/rossa |
max_upload_size | |
id | 246031 |
size | 74,441 |
Attempt to create file server like SimpleHTTPServer in Rust. Also inspired by gossa.
cargo install rossa
rossa
rossa -a <host>:<port>
Example
rossa -a 127.0.0.1:3333
Technology | Purpose |
---|---|
warp |
Web Framework |
tokio |
Async fs |
tera |
Templating |
clap |
CLI Interface |
rand |
To generate random files prefix |
rust-embed |
To embed assets and templates into single binary |