salvo-flash

Installation
SKILL.md

Salvo Flash Messages

[dependencies]
salvo = { version = "0.94.0", features = ["flash"] }

FlashHandler middleware stores messages between requests. The set (outgoing) is written by the current handler, the previous request's messages are loaded into the "incoming" slot before handlers run, and the old entries are cleared automatically after display.

Cookie store

use std::fmt::Write;
use salvo::flash::{CookieStore, FlashDepotExt};
use salvo::prelude::*;
Installs
24
GitHub Stars
20
First Seen
Feb 10, 2026
salvo-flash — salvo-rs/salvo-skills