rust-cgi 0.7.1

Library to help create CGI programs in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.http]
version = "1.0.0"

[package]
authors = ["Amanda McCann <rory@technomancy.org>", "Kartikaya Gupta"]
categories = ["web-programming", "network-programming"]
description = "Library to help create CGI programs in Rust"
edition = "2021"
exclude = [".gitignore", ".github/**"]
keywords = ["http", "cgi", "web"]
license = "AGPL-3.0"
name = "rust-cgi"
readme = "README.md"
repository = "https://github.com/staktrace/rust-cgi"
version = "0.7.1"