cargo-binstall/crates/binstalk/src
Jiahao XU 959b465d81
Optimize Download::and_visit_tar: Use trait object to avoid monomorphization (#644)
by removing method `TarEntriesVisitor::finish` and associated type
`TarEntriesVisitor::Target`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-01-04 13:11:10 +13:00
..
drivers Optimize Download::and_visit_tar: Use trait object to avoid monomorphization (#644) 2023-01-04 13:11:10 +13:00
fetchers Update quickinstall url (#638) 2022-12-29 00:59:13 +00:00
helpers Optimization: Box fut Remote::get_redirected_final_url in GhCrateMeta::find (#600) 2022-12-12 08:42:11 +00:00
ops Refactor, improvements and bugfix for resolution and installation process (#619) 2022-12-28 00:18:07 +00:00
bins.rs More mionr optimizations (#553) 2022-11-22 19:35:16 +13:00
drivers.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00
errors.rs Fix BinstallError::CrateContext: Forward diagnostics of field CrateContextError::err (#586) 2022-12-03 12:12:04 +00:00
fetchers.rs Optimize Fetcher::find and fix quickinstall reporting (#579) 2022-11-30 16:15:22 +13:00
fs.rs Replace use of log with tracing (#527) 2022-11-13 21:45:37 +13:00
helpers.rs Refactor: Extract new crate binstalk-{signal, downloader} (#518) 2022-11-11 04:02:54 +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 Refactor, improvements and bugfix for resolution and installation process (#619) 2022-12-28 00:18:07 +00:00