outer_cgi

Crates.ioouter_cgi
lib.rsouter_cgi
version0.3.1
sourcesrc
created_at2019-06-03 10:40:44.637959
updated_at2023-10-20 03:57:45.714221
descriptionA barebones CGI/FCGI wrapper.
homepage
repositoryhttps://github.com/SolraBizna/outer_cgi
max_upload_size
id138664
size71,279
Solra Bizna (SolraBizna)

documentation

README

This crate is a thin CGI/FCGI wrapper for Rust programs. It is not a full web framework. You write a Rust program as if it were a CGI, using the provided stdin, stdout, and env replacements. This crate does the work of making it function both as a CGI or as an FCGI, with as much or as little parallelism as called for.

See the crate documentation for more information.

Unices are explicitly supported, but I have only tested it on Linux. Windows support is present but is entirely untested.

License

outer_cgi is distributed under the zlib license. The (very brief) text of the license can be found in LICENSE.md.

Commit count: 21

cargo fmt