choki 1.0.7

A simple http server built from scratch. Not intended for production uses but a simple website with some query stuff can be made. (can withstand a lot of requests per second)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.num_cpus]
version = "1.0"

[dependencies.threadpool]
version = "1.8.1"

[package]
description = "A simple http server built from scratch. Not intended for production uses but a simple website with some query stuff can be made. (can withstand a lot of requests per second)"
edition = "2021"
exclude = ["tests/*"]
license = "MIT OR Apache-2.0"
name = "choki"
readme = "README.md"
repository = "https://github.com/Kartofi/choki"
version = "1.0.7"