summaryrefslogtreecommitdiffstats
path: root/examples/websocket/src/echo.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `Result::is_err` in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-04-111-1/+1
|
* Use `127.0.0.1` instead of `localhost` in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-04-111-1/+1
|
* Implement `subscription::channel` and simplify `unfold`Libravatar Héctor Ramón Jiménez2023-04-111-48/+52
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-271-7/+8
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-3/+3
| | | | ... and check those in CI as well!
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-161-0/+146