Crates.io | datastar |
lib.rs | datastar |
version | 0.1.0 |
source | src |
created_at | 2024-07-03 19:50:02.535292 |
updated_at | 2024-07-03 19:50:02.535292 |
description | A Rust helper library for crafting backend responses for the datastar hypermedia library. |
homepage | |
repository | https://github.com/ravenclaw900/datastar-rs |
max_upload_size | |
id | 1290949 |
size | 24,105 |
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.