ehttpd 0.1.0

A thread-based HTTP server library, which can be used to create custom HTTP server applications
Documentation
[badges.appveyor]
repository = "KizzyCode/ehttpd-rust"

[dependencies]

[features]
default = []

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
categories = []
description = "A thread-based HTTP server library, which can be used to create custom HTTP server applications"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "ehttpd"
readme = "README.md"
repository = "https://github.com/KizzyCode/ehttpd-rust"
version = "0.1.0"
[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true