A Rust helper library for crafting backend responses for the datastar hypermedia library.
With the axum
feature turned on, the FullDatastarResponse
and StreamingDatastarResponse
types will implement IntoResponse
, allowing them to be returned from Axum handler functions.