nginx-rs 0.1.0

Nginx modules in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.bindgen]
version = "0.51"

[dependencies]

[package]
authors = ["David Coles <coles.david@gmail.com>"]
categories = ["api-bindings", "web-programming::http-server"]
description = "Nginx modules in Rust"
edition = "2018"
homepage = "https://github.com/dcoles/nginx-rs"
keywords = ["nginx", "modules"]
license = "MIT"
name = "nginx-rs"
readme = "../README.md"
repository = "https://github.com/dcoles/nginx-rs"
version = "0.1.0"