ehttpd-querystring 0.4.0

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.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c0e3868277387bf3b6b0d3a4f09ae3dd5de6190ab9bde3334c8bc34d4b49c9"

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