cargo-binstall/crates/binstalk/src
Jiahao XU e96477a116
Optimize fetch_crate_cratesio for exact version (#1089)
If `version_req` requests a specific version instead of a range, then
there is no need to pull all versions available from
https://crates.io/api/v1/crates

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-05-25 12:56:31 +00:00
..
drivers Optimize fetch_crate_cratesio for exact version (#1089) 2023-05-25 12:56:31 +00:00
fetchers Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00
helpers Add new crate leon-macros that provide template! with identical syntax as runtime parsing (#946) 2023-04-17 14:50:58 +10:00
ops Use leon for template in binstalk & detect malformed pkg-url/pkg-fmt early (#933) 2023-03-26 16:11:10 +11:00
bins.rs Use leon for template in binstalk & detect malformed pkg-url/pkg-fmt early (#933) 2023-03-26 16:11:10 +11:00
drivers.rs Replace dep crates_io_api with in-house solution (#846) 2023-03-02 18:25:34 +11:00
errors.rs Use leon for template in binstalk & detect malformed pkg-url/pkg-fmt early (#933) 2023-03-26 16:11:10 +11:00
fetchers.rs Support subcrate in repo (#991) 2023-04-24 19:41:20 +10:00
fs.rs Fix #728: fallback to copy when symlinking on windows (#763) 2023-02-04 14:14:08 +13:00
helpers.rs Use Quickinstall new release schema (#867) 2023-03-06 08:13:08 +00: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 Obey crates.io crawler policy: Only make one request per sec (#908) 2023-03-14 17:11:22 +11:00