An open API service indexing awesome lists of open source software.

https://github.com/ravenclaw900/datastar-rs

Rust helpers for the datastar hypermedia library
https://github.com/ravenclaw900/datastar-rs

datastar hypermedia rust

Last synced: about 2 months ago
JSON representation

Rust helpers for the datastar hypermedia library

Awesome Lists containing this project

README

          

# datastar-rs
A Rust helper library for crafting backend responses for the [datastar](https://github.com/delaneyj/datastar) hypermedia library.

## Axum integration
With the `axum` feature turned on, the `FullDatastarResponse` and `StreamingDatastarResponse` types will implement `IntoResponse`, allowing them to be returned from Axum handler functions.