cargo-binstall/crates/binstalk/src
Jiahao XU 2e118b3044
Optimize GhCrateMeta::find: Cache url resolution result (#810)
So that we don't have to create multiple HEAD/GET http request to get
the final, redirected url.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-02-16 14:51:47 +13:00
..
drivers Optimize Download::and_visit_tar: Use trait object to avoid monomorphization (#644) 2023-01-04 13:11:10 +13:00
fetchers Optimize GhCrateMeta::find: Cache url resolution result (#810) 2023-02-16 14:51:47 +13:00
helpers Replace dep futures-util with helpers::FuturesResolver (#765) 2023-02-05 16:26:25 +11:00
ops Optimize GhCrateMeta::find: Cache url resolution result (#810) 2023-02-16 14:51:47 +13:00
bins.rs Fix bin names in .crates.toml on win (#802) 2023-02-15 17:24:50 +13:00
drivers.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00
errors.rs Improve fmt::Display impl for all Error types (#781) 2023-02-10 14:01:22 +11:00
fetchers.rs Optimize GhCrateMeta::find: Cache url resolution result (#810) 2023-02-16 14:51:47 +13:00
fs.rs Fix #728: fallback to copy when symlinking on windows (#763) 2023-02-04 14:14:08 +13:00
helpers.rs Replace dep futures-util with helpers::FuturesResolver (#765) 2023-02-05 16:26:25 +11:00
lib.rs Refactor: Extract new crate binstalk-types plus other misc refactor and optimization (#535) 2022-11-17 13:46:27 +13:00
ops.rs Refactor, improvements and bugfix for resolution and installation process (#619) 2022-12-28 00:18:07 +00:00