Cargo Features
Datastar has no features set by default.
[dependencies]
datastar = { version = "0.1.3", features = ["axum", "http2", "rocket", "rama"] }
- axum
-
Enables axum, http-body, pin-project-lite, serde, serde_json, and sync_wrapper
Affects
datastar::axum
… - http2
- rocket
-
Enables rocket
Affects
datastar::rocket
… - rama
-
Enables bytes, pin-project-lite, rama, serde, serde_json, and sync_wrapper
Affects
datastar::rama
…