ehttpd-querystring 0.2.1

A crate to comfortably handle HTTP query string within `ehttpd`-based applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ehttpd"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a072f89cbda181251b5c7c526fb2e32bf546c63c395a78da6e476b7e3aef6a4"

[[package]]
name = "ehttpd-querystring"
version = "0.2.1"
dependencies = [
 "ehttpd",
]