Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new `async ||` closure syntax :tada: | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Remove unneded `let _ =` in `websocket` example | 2025-02-11 | 1 | -10/+6 | |
| | |||||
* | Rewrite `websocket` example using `sipper` | 2025-02-11 | 1 | -60/+38 | |
| | |||||
* | Hide `Subscription` internals | 2024-07-05 | 1 | -55/+47 | |
| | | | | .. and introduce `stream::channel` helper | ||||
* | Avoid extra text allocations in `websocket` example | 2024-04-02 | 1 | -7/+16 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -48/+52 | |
|\ | |||||
| * | Use `Result::is_err` in `websocket` example | 2023-04-11 | 1 | -1/+1 | |
| | | |||||
| * | Use `127.0.0.1` instead of `localhost` in `websocket` example | 2023-04-11 | 1 | -1/+1 | |
| | | |||||
| * | Implement `subscription::channel` and simplify `unfold` | 2023-04-11 | 1 | -48/+52 | |
| | | |||||
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 1 | -2/+2 | |
|/ | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -1/+1 | |
| | |||||
* | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 1 | -7/+8 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -3/+3 | |
| | | | | ... and check those in CI as well! | ||||
* | Draft `websocket` example :tada: | 2022-01-16 | 1 | -0/+146 | |