Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
Rust helpers for the datastar hypermedia library
- Host: GitHub
- URL: https://github.com/ravenclaw900/datastar-rs
- Owner: ravenclaw900
- License: apache-2.0
- Created: 2024-07-02T23:25:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T16:31:19.000Z (24 days ago)
- Last Synced: 2024-12-12T17:36:34.398Z (24 days ago)
- Topics: datastar, hypermedia, rust
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.