cargo-binstall/crates/bin/src
Jiahao XU 43973d7e86
Refactor cargo-binstall (#1302)
- Move implementation of `main` into the library part of
   `cargo-binstall` to speedup codegen.
 - Move  `manifests.rs` into `binstalk-manifests`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-08-18 01:59:48 +00:00
..
args.rs Refactor: Extract new crate binstalk-registry (#1289) 2023-08-13 07:16:53 +00:00
bin_util.rs Refactor to reduce compilation time (#1284) 2023-08-12 14:25:41 +00:00
entry.rs Refactor cargo-binstall (#1302) 2023-08-18 01:59:48 +00:00
git_credentials.rs Clarify git credential code and fix infinite loop bug (#898) 2023-03-13 14:40:36 +11:00
install_path.rs Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
lib.rs Refactor cargo-binstall (#1302) 2023-08-18 01:59:48 +00:00
logging.rs Refactor: Extract new crate binstalk-bins (#1294) 2023-08-15 21:48:42 +00:00
main.rs Refactor cargo-binstall (#1302) 2023-08-18 01:59:48 +00:00
main_impl.rs Refactor cargo-binstall (#1302) 2023-08-18 01:59:48 +00:00
signal.rs Refactor to reduce compilation time (#1284) 2023-08-12 14:25:41 +00:00
ui.rs Fix panic in ui::confirm on I/O error (#576) 2022-11-29 05:53:45 +00:00