Refactor: Extract new crate binstalk-fetchers ()

To reduce `binstalk` codegen and enable better reuse.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-14 13:20:34 +10:00 committed by GitHub
parent 623f7ff4ed
commit 76c72469eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 1008 additions and 122 deletions
crates/binstalk/src

View file

@ -1,4 +1,3 @@
pub(crate) mod futures_resolver;
pub mod jobserver_client;
pub mod remote;
pub(crate) mod target_triple;