arvancloud / nginx-rs

nginx bindings for Rust

Home Page:https://crates.io/crates/nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-rs

crates.io Documentation Build Status Crates.io Nginx

This crate provides nginx bindings for Rust. Currently, only Linux is supported.

How to Use

  1. Add nginx crate to Cargo.toml
[dependencies]
nginx = { git = "https://github.com/arvancloud/nginx-rs.git", tag = "0.15.0" }

Note: In order to build the crate, clang must be installed.

Environment Variables

  • NGINX_VERSION Determines the version of nginx, if it is not set, the default version is used.
  • NGINX_PATH Determines the local absolute path of pre-cloned nginx, if it is not set, nginx is downloaded.

Some code were copied (and refactored) from nginxinc/ngx-rust.

About

nginx bindings for Rust

https://crates.io/crates/nginx

License:Apache License 2.0


Languages

Language:Rust 87.8%Language:Makefile 11.4%Language:C 0.8%