flashapi 0.1.0

A lightweight webserver.
Documentation

flashapi

Crates.io Docs.rs License: MIT

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:

[dependencies]
flashapi = "0.1"