http_lolo 0.1.0

A simple, lightweight, single-threaded HTTP server with non-blocking I/O for concurrent operation handling
Documentation
[dependencies.httparse]
version = "1.9.4"

[dependencies.json]
version = "0.12.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.multipart]
version = "0.18.0"

[dependencies.rand]
default-features = false
features = ["std"]
version = "0.7.3"

[lib]
name = "http_lolo"
path = "src/lib.rs"

[package]
authors = ["Mohaskii uha22211@email.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "A simple, lightweight, single-threaded HTTP server with non-blocking I/O for concurrent operation handling"
edition = "2021"
keywords = ["http", "server", "web"]
license = "MIT"
name = "http_lolo"
readme = "README.md"
repository = "https://github.com/mohaskii/http_lolo"
version = "0.1.0"