uhttp 0.3.0

Simple http server for humans
Documentation

ยตHTTP ๐Ÿฆ€๐Ÿš€๐ŸŒŽ

A fast, tiny library for writing HTTP servers in Rust designed for humans:

  • Simple: Inspired by Go's standard library HTTP server.

  • Fast: High performance, multi-threaded implementation built on top of Tokio that competes with the fastest Rust HTTP servers.

  • Flexible: Simple interface that enables many use cases. It can be used directly or to act as a base for frameworks to build on top of.

Installation

Available on crates.io, install with:

cargo add uhttp