summaryrefslogtreecommitdiffstats
path: root/futures/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide `Subscription` internalsLibravatar Héctor Ramón Jiménez2024-07-051-0/+1
| | | | .. and introduce `stream::channel` helper
* Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez2024-04-071-7/+0
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-2/+2
| | | | And update `glyphon` and `window_clipboard`
* Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez2023-09-201-6/+0
|
* Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-091-2/+3
|
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-0/+2
| | | | Also rename `subscription::events*` to `event::listen*`.
* Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2023-05-111-1/+1
|
* Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez2023-03-051-2/+0
|
* Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-051-0/+1
|
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-6/+12
| | | | ... and explicitly annotate crates as well.
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-14/+1
|
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-0/+2
| | | | It allows to clean up all the `trait_aliases` modules!
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-6/+1
|
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-1/+1
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Collect the platform-specific concrete future implementations into mods.Libravatar Tanner Rogalsky2021-11-141-22/+47
|
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-141-2/+14
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+1
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Disable `time` module on Wasm for nowLibravatar Héctor Ramón Jiménez2020-04-301-1/+4
|
* Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2020-04-301-0/+4
|
* doc feature flags in futuresLibravatar Rob Ede2020-04-041-0/+2
|
* Add `BoxFutures` and `BoxStream` to `iced_futures`Libravatar Héctor Ramón Jiménez2020-03-261-0/+28
|
* Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez2020-01-201-2/+2
|
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-201-0/+6
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-1/+5
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+8