/apache-rs

Rust FFI for creating Apache httpd modules.

Primary LanguageRustApache License 2.0Apache-2.0

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