| Crates.io | create-output-dir |
| lib.rs | create-output-dir |
| version | 1.0.0 |
| created_at | 2023-01-12 15:48:37.878746+00 |
| updated_at | 2023-01-24 13:11:25.352141+00 |
| description | Create an excluded from cache directory atomically |
| homepage | |
| repository | https://github.com/software-mansion/scarb |
| max_upload_size | |
| id | 757278 |
| size | 8,670 |
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.
All notable changes to this project are documented on the GitHub releases page.
This crate is an extract from cargo-util, developed by the Rust project contributors.