cargo-binstall/crates/binstalk/src/helpers
Jiahao XU 72789874f0
Use Quickinstall new release schema (#867)
- Refactor: Extract new fn `binstalk::helpers::remote::does_url_exist`
 - Use new quickinstall release schema in `binstalk::fetchers::QuickInstall`
 - Optimize `fetchers::QuickInstall`: Generate url once in `Fetcher::new`
    Avoid repeated string allocation plus `Url` parsing.
    This also makes changing package_url and stats_url easier.
 - Optimize `QuickInstall::report`: Use HEAD instead of GET

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-03-06 08:13:08 +00:00
..
futures_resolver.rs Replace dep futures-util with helpers::FuturesResolver (#765) 2023-02-05 16:26:25 +11:00
jobserver_client.rs Minor refactor and optimization (#543) 2022-11-19 20:00:27 +13:00
remote.rs Use Quickinstall new release schema (#867) 2023-03-06 08:13:08 +00:00
signal.rs Fix #728: fallback to copy when symlinking on windows (#763) 2023-02-04 14:14:08 +13:00
tasks.rs Verify that bin_files exist in resolve stage (#382) 2022-09-17 09:28:22 +00:00