rust-fastcgi-sdk
A safe Rust binding to the FastCGI SDK. For examples, see the shipped binaries.
The current version uses the C library of the FastCGI SDK. The plan is to rewrite it in Rust completely, removing this dependency and improving the interface.
The binding has near zero overhead compared to the C library. The differences are:
strlen
calls, because of unfortunate limitations in
the standard library CStr
implementation.