21 个版本 (9 个重大更新)

使用旧版Rust 2015

0.10.0 2020年10月27日
0.9.6 2020年7月13日
0.9.0 2020年6月30日
0.7.1 2020年3月3日
0.1.2 2018年11月27日

#471 in #build

Download history 2/week @ 2024-03-10 98/week @ 2024-03-31

每月 51 次下载

MIT/Apache

10KB
230 代码行数(不含注释)

nginx-rs

crates.io Documentation Build Status Crates.io Nginx

此crate为nginx提供Rust绑定。目前仅支持Linux。

使用方法

  1. nginx crate添加到Cargo.toml
[dependencies]
nginx = "0.10"

注意:为了构建crate,必须安装clang

环境变量

  • NGINX_VERSION确定nginx的版本,如果未设置,则使用默认版本。
  • NGINX_PATH确定预克隆nginx的本地绝对路径,如果未设置,则下载nginx。

部分代码从nginxinc/ngx-rust复制(并重构)。

无运行时依赖

~0–1.8MB
~34K SLoC