flashapi
A lightweight webserver framework for Rust, designed to be simple and minimal.
✨ Features
- 🚀 Lightweight and dependency-minimal
- 🔧 Easy routing with handler functions
- 📦 JSON response support (via
serde/serde_json) - 🧩 Simple API for quick prototyping
📦 Installation
Add to your Cargo.toml:
[]
= "0.1"