Refactor: Extract new mod binstall

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-20 17:26:24 +10:00
parent 3a30e870b0
commit 921774b8f9
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
3 changed files with 424 additions and 403 deletions

View file

@ -12,6 +12,7 @@ pub mod helpers;
pub use helpers::*;
pub mod bins;
pub mod binstall;
pub mod fetchers;
pub mod metafiles;