flashapi 0.1.2

A lightweight webserver.
Documentation
# flashapi

[![Crates.io](https://img.shields.io/crates/v/flashapi.svg)](https://crates.io/crates/flashapi)
[![Docs.rs](https://docs.rs/flashapi/badge.svg)](https://docs.rs/flashapi)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](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"