# Rustigo A Rust webserver inspired by the Go standard library's HTTPServer ## Features: - Lightweight - Pattern matched routes - No dependencies ## Example ```rust use rustigo::prelude::*; fn index(stream: TcpStream, _: Request) { html!(stream; "