# flashapi
[](https://crates.io/crates/flashapi)
[](https://docs.rs/flashapi)
[](LICENSE)
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`:
```toml
[dependencies]
flashapi = "0.1"