index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
websocket
/
src
/
echo.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-02-21
Use new `async ||` closure syntax :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-11
Remove unneded `let _ =` in `websocket` example
Héctor Ramón Jiménez
1
-10
/
+6
2025-02-11
Rewrite `websocket` example using `sipper`
Héctor Ramón Jiménez
1
-60
/
+38
2024-07-05
Hide `Subscription` internals
Héctor Ramón Jiménez
1
-55
/
+47
.. and introduce `stream::channel` helper
2024-04-02
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
1
-7
/
+16
2023-04-11
Use `Result::is_err` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Use `127.0.0.1` instead of `localhost` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
1
-48
/
+52
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
1
-7
/
+8
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-3
/
+3
... and check those in CI as well!
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
1
-0
/
+146