rstatic

Crates.iorstatic
lib.rsrstatic
version0.1.3
sourcesrc
created_at2015-11-08 07:06:28.883012
updated_at2016-02-14 15:49:32.967782
descriptionStatic file serve by Rust
homepagehttps://github.com/iorust/rstatic
repositoryhttps://github.com/iorust/rstatic.git
max_upload_size
id3382
size15,015
0xZensh (zensh)

documentation

https://github.com/iorust/rstatic

README

rstatic

Static file serve by Rust.

Build

git clone https://github.com/iorust/rstatic.git && cd rstatic && cargo build --release

Then exec file rstatic/target/release/rstatic created.

if openssl-sys build error:

export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include

Run

target/release/rstatic

More help:

target/release/rstatic --help
Commit count: 6

cargo fmt