rstatic 0.1.3

Static file serve by Rust
docs.rs failed to build rstatic-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rstatic-0.1.1

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