summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-11 02:34:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-11 02:34:10 +0100
commit9f21eae1528fa414adbfb987ce4c851fa58326fe (patch)
tree4eff76cd5effe1b3fa51e4fe17c9a53aa9823841 /src/lib.rs
parent06ece6a8c30541b7b2b6bcbb370fdffc9f1fcb79 (diff)
downloadiced-9f21eae1528fa414adbfb987ce4c851fa58326fe.tar.gz
iced-9f21eae1528fa414adbfb987ce4c851fa58326fe.tar.bz2
iced-9f21eae1528fa414adbfb987ce4c851fa58326fe.zip
Introduce `Task::map_with`
Diffstat (limited to '')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 79992a3e..e4649938 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -478,6 +478,7 @@ use iced_winit::core;
use iced_winit::runtime;
pub use iced_futures::futures;
+pub use iced_futures::stream;
#[cfg(feature = "highlighter")]
pub use iced_highlighter as highlighter;