flashapi

Crates.ioflashapi
lib.rsflashapi
version0.1.1
created_at2025-09-14 10:58:51.234912+00
updated_at2025-09-18 16:55:54.129768+00
descriptionA lightweight webserver.
homepagehttps://flashapi.surajpheudin.com
repositoryhttps://github.com/surajpheudin/flashapi
max_upload_size
id1838598
size13,473
Suraj Pheudin (surajpheudin)

documentation

https://docs.rs/flashapi

README

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"
Commit count: 7

cargo fmt