axum/examples
Grzegorz Baranski 4792d0c15c
Make ws::Message an enum for easier frame type matching (#116)
* feat(ws): make Message an enum to allow pattern matching

* fix(examples): update to new websockets `Message`

* fix(ws): remove wildcard imports

* fix(examples/chat): apply clippy's never_loop

* style: `cargo fmt`

* docs:add license notes above parts that are copied

* fix(ws): make CloseCode an alias to u16

* fix: move Message from src/ws/mod.rs to src/extract/ws.rs

* docs: add changelog entry about websocket messages

* fix: remove useless convertions to the same type
2021-08-07 19:47:22 +02:00
..
2021-08-01 22:42:34 +02:00
2021-08-01 21:49:17 +02:00
2021-06-13 13:58:12 +02:00
2021-06-12 20:50:30 +02:00
2021-08-05 13:47:19 +02:00
2021-08-06 10:17:57 +02:00

Examples

Community showcase

  • Houseflow: House automation platform written in Rust.