create-output-dir

Crates.iocreate-output-dir
lib.rscreate-output-dir
version1.0.0
sourcesrc
created_at2023-01-12 15:48:37.878746
updated_at2023-01-24 13:11:25.352141
descriptionCreate an excluded from cache directory atomically
homepage
repositoryhttps://github.com/software-mansion/scarb
max_upload_size
id757278
size8,670
StarkNet Crates.io Admins (github:software-mansion:starknet-crates-io-admins)

documentation

README

Create Output Dir

This crate provides only one function, create_output_dir which creates an excluded from cache directory atomically with its parents as needed.

The source code of this crate has been almost verbatim copy-pasted from cargo_util::paths::create_dir_all_excluded_from_backups_atomic.

Changelog

All notable changes to this project are documented on the GitHub releases page.

Credits

This crate is an extract from cargo-util, developed by the Rust project contributors.

Commit count: 1254

cargo fmt