apache-rs 0.0.2

Rust FFI for creating Apache httpd modules.
docs.rs failed to build apache-rs-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: apache-rs-0.0.1

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