| Crates.io | rstatic |
| lib.rs | rstatic |
| version | 0.1.3 |
| created_at | 2015-11-08 07:06:28.883012+00 |
| updated_at | 2016-02-14 15:49:32.967782+00 |
| description | Static file serve by Rust |
| homepage | https://github.com/iorust/rstatic |
| repository | https://github.com/iorust/rstatic.git |
| max_upload_size | |
| id | 3382 |
| size | 15,015 |
Static file serve by Rust.
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
target/release/rstatic
More help:
target/release/rstatic --help