summaryrefslogtreecommitdiffstats
path: root/examples/websocket/src/echo.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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