Skip to content

iorust/rstatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Static file serve by Rust

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages