cargo-binstall/crates/binstalk/src
Jiahao XU b5002de9c4
Return Future + 'static in GhCrateMeta::launch_baseline_find_tasks ()
So that the borrow checker know that `FuturesUnordered<F>` holds no
reference to any data and thus it can further optimize future returned
by `GhCrateMeta::find`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-11-29 16:26:54 +13:00
..
drivers More mionr optimizations () 2022-11-22 19:35:16 +13:00
fetchers Return Future + 'static in GhCrateMeta::launch_baseline_find_tasks () 2022-11-29 16:26:54 +13:00
helpers Minor refactor and optimization () 2022-11-19 20:00:27 +13:00
ops More mionr optimizations () 2022-11-22 19:35:16 +13:00
bins.rs More mionr optimizations () 2022-11-22 19:35:16 +13:00
drivers.rs Rename lib to binstalk () 2022-09-10 16:44:18 +10:00
errors.rs Enforce strict strategies parsing rule: Reject duplicate strategy in --strategies () 2022-11-21 12:02:58 +11:00
fetchers.rs Minor optimization () 2022-11-21 10:32:46 +13:00
fs.rs Replace use of log with tracing () 2022-11-13 21:45:37 +13:00
helpers.rs Refactor: Extract new crate binstalk-{signal, downloader} () 2022-11-11 04:02:54 +00:00
lib.rs Refactor: Extract new crate binstalk-types plus other misc refactor and optimization () 2022-11-17 13:46:27 +13:00
ops.rs Minor optimization () 2022-11-21 10:32:46 +13:00