Crates.io | servt |
lib.rs | servt |
version | 0.2.0 |
source | src |
created_at | 2024-02-14 11:38:21.58938 |
updated_at | 2024-02-15 09:33:10.008281 |
description | A small, lightweight, and fast optionally asynchronous HTTP server library for Rust. |
homepage | https://github.com/werdl/servt |
repository | https://github.com/werdl/servt |
max_upload_size | |
id | 1139797 |
size | 23,996 |
servt
a programmatic web server, with very few dependencies.
async
smol
as a dependency (adds around 35 deps)std::thread
(which spawns a new thread for each request)time
chrono
as a dependency (adds around 2 deps, as the features enabled are very few, namely alloc
and now
)Date
header to all responses