edneville / apache-rs

Rust FFI for creating Apache httpd modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apache-rs

Rust FFI for creating Apache httpd modules.

Build

  • Install system packages
sudo apt install apache2-dev libapr1-dev
  • Build project
cargo build
cargo test --lib
  • Build Apache httpd module mod_example
cd examples/mod_example/
cargo build

About

Rust FFI for creating Apache httpd modules.

License:Apache License 2.0


Languages

Language:Rust 100.0%