Cargo Features
rspc-axum has no features set by default.
[dependencies]
rspc-axum = { version = "0.2.1", features = ["ws"] }
- ws
-
Enables ws of axum ^0.7.9 and tokio
TODO: No more
tokio::select
+ spawning threads. Axum's Websocket upgrade handles that.