Project Status: Active – The project has reached a stable, usable state and is being actively developed. crates.io Released API docs GitHub

FastCGI implementation in pure Rust.

The focus is on the webserver/client side, but the application/server side could be added in the future.

Developed for FlashRust Webserver with focus on - Vectorized IO and Zero Copy - async IO / tokio - easy HTTP interfaces

Tested with: - Flup (Python) - PHP

cargo run --example webserver --features="con_pool"

TODOs

PullRequests are welcome BTW

Other FCGI Crates