cgi 0.3.1

Create CGI programmes
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cgi"
version = "0.3.1"
authors = ["Rory McCann <rory@technomancy.org>"]
license = "AGPL-3.0"
repository = "https://github.com/rory/rust-cgi"
description = "Create CGI programmes"
keywords = ["http", "cgi", "web"]

[dependencies]
http = "0.1"