httplz 0.0.0

A sans-io, no-std HTTP implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "httplz"
version = "0.0.0"
edition = "2021"
license-file = ".gitignore"
description = "A sans-io, no-std HTTP implementation"

[dependencies]

[dev-dependencies]
httplz-ext = { path = "./crates/httplz-ext" }