mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 12:10:02 +00:00
Refactor to reduce compilation time (#1284)
- Make `binstalk::bins` private. - Move mod `signal` into `crates/bin` - Make items in `crates/bin/src/lib.rs` private if possible to reduce its API generation time. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
fbed317df5
commit
2375ba48b6
8 changed files with 45 additions and 45 deletions
|
@ -3,8 +3,9 @@
|
|||
pub mod args;
|
||||
pub mod bin_util;
|
||||
pub mod entry;
|
||||
pub mod git_credentials;
|
||||
pub mod install_path;
|
||||
mod git_credentials;
|
||||
mod install_path;
|
||||
pub mod logging;
|
||||
pub mod manifests;
|
||||
pub mod ui;
|
||||
mod manifests;
|
||||
mod signal;
|
||||
mod ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue