Refactor: Extract mod fs as crate atomic-file-install (#1286)

Refactor: Extract mod `fs` as crate `atomic-install`

To speedup codegen of `binstalk` and also publish a new crate that could
be reused.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-12 23:24:26 +10:00 committed by GitHub
parent 8ff13c1b36
commit ef99dd795f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 261 additions and 31 deletions

View file

@ -194,6 +194,7 @@ pub fn logging(log_level: LevelFilter, json_output: bool) {
let log_level = min(log_level, STATIC_MAX_LEVEL);
let allowed_targets = (log_level != LevelFilter::Trace).then_some([
"atomic_file_install",
"binstalk",
"binstalk_downloader",
"cargo_binstall",