hoot 0.1.4

no_std, allocation free http 1.1 library
Documentation
[dependencies.httparse]
default-features = false
version = "1.8.0"

[dependencies.log]
default-features = false
version = "0.4.20"
[dev-dependencies.memoffset]
version = "0.9.0"

[features]
all = ["std"]
default = []
std = []

[package]
authors = ["Martin Algesten <martin@algesten.se>"]
description = "no_std, allocation free http 1.1 library"
edition = "2021"
keywords = ["http", "server", "web"]
license = "MIT OR Apache-2.0"
name = "hoot"
readme = "README.md"
repository = "https://github.com/algesten/hoot"
rust-version = "1.61"
version = "0.1.4"
[package.metadata.docs.rs]
features = ["all"]
rustdoc-args = ["--cfg", "docsrs"]