nestrs 0.3.5

NestJS-like API framework for Rust on top of Axum and Tower.
Documentation
1
2
3
4
5
/// Server-Sent Events helpers (NestJS `@Sse()` analogue).
///
/// This module re-exports Axum's SSE response types so applications can use SSE without adding a
/// direct `axum` dependency.
pub use axum::response::sse::{Event, KeepAlive, Sse};