#file #static #server

bin+lib rstatic

Rust 编写的静态文件服务器

4 个版本

使用旧的 Rust 2015 版本

0.1.3 2016年2月14日
0.1.2 2016年1月27日
0.1.1 2015年11月15日
0.1.0 2015年11月8日

#421 in #static

MIT/Apache

7KB
52 代码行

rstatic

使用 Rust 提供静态文件服务。

构建

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

然后执行 rstatic/target/release/rstatic 生成的文件。

如果 openssl-sys 构建出错

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

运行

target/release/rstatic

更多帮助

target/release/rstatic --help

依赖项

~8MB
~163K SLoC