Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

datastar hypermedia rust

Last synced: 16 days 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.