Skip to content

Rust FFI for creating Apache httpd modules.

License

Notifications You must be signed in to change notification settings

negatethis/apache-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%