rossa

Crates.iorossa
lib.rsrossa
version0.1.1
sourcesrc
created_at2020-05-26 09:28:42.866914
updated_at2020-05-26 11:45:01.264554
descriptionAttempt to create a SimpleHTTPServer in Rust. Also inspired by gossa.
homepage
repositoryhttps://github.com/rednithin/rossa
max_upload_size
id246031
size74,441
P G Nithin Reddy (rednithin)

documentation

README

GHA Build Status MIT licensed crates.io Released API docs

rossa

Attempt to create file server like SimpleHTTPServer in Rust. Also inspired by gossa.

Installation

cargo install rossa

Usage

rossa

To use with custom host and port

rossa -a <host>:<port>

Example

rossa -a 127.0.0.1:3333

In Action

Gif

Inspired By

Technologies Used

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
Commit count: 59

cargo fmt