| Crates.io | outer_cgi |
| lib.rs | outer_cgi |
| version | 0.3.1 |
| created_at | 2019-06-03 10:40:44.637959+00 |
| updated_at | 2023-10-20 03:57:45.714221+00 |
| description | A barebones CGI/FCGI wrapper. |
| homepage | |
| repository | https://github.com/SolraBizna/outer_cgi |
| max_upload_size | |
| id | 138664 |
| size | 71,279 |
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.
outer_cgi is distributed under the zlib license. The (very brief) text of the license can be found in LICENSE.md.