torus-http 0.1.0

Toy RUSttp - aka Torus is a toy project synchronous http server library written with 0 dependencies
Documentation
[[bin]]
name = "torus-http"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Toy RUSttp - aka Torus is a toy project synchronous http server library written with 0 dependencies"
edition = "2024"
license-file = "LICENSE.txt"
name = "torus-http"
readme = "README.md"
repository = "https://github.com/AfkaraLP/torus-http"
version = "0.1.0"