Crates.io | fobserver |
lib.rs | fobserver |
version | 0.2.4 |
source | src |
created_at | 2024-10-12 19:47:23.986589 |
updated_at | 2024-10-24 09:31:36.188524 |
description | A lightweight and straightforward HTTP server library written in Rust |
homepage | |
repository | https://github.com/Enrico-Fabbri/fobserver |
max_upload_size | |
id | 1406795 |
size | 28,011 |
A lightweight and straightforward HTTP server library written in Rust. This library is designed to handle basic HTTP requests and responses using minimal external dependencies, only relying on log
and anyhow
.
log
for logging and anyhow
for error handling.Arc<RwLock<Args>>
.Add the following to your Cargo.toml
:
[dependencies]
fobserver = "0.2.4"