Commit Graph
3 Commits
Author SHA1 Message Date
Grzegorz Baranski 79501afd10 add ezsockets to community maintained ecosyste (#885) 2022-03-26 16:22:07 +01:00
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
Grzegorz Baranski f18e423fb0 docs: add community showcase (#126) 2021-08-05 13:47:19 +02:00