fobserver 0.2.4

A lightweight and straightforward HTTP server library written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "fobserver"

version = "0.2.4"

edition = "2021"

authors = ["fob"]

repository = "https://github.com/Enrico-Fabbri/fobserver"

license = "MIT"

readme = "README.md"

description = "A lightweight and straightforward HTTP server library written in Rust"





[dependencies]

log = "0.4.22"

anyhow = "1.0.91"