Crates.io | cp_r |
lib.rs | cp_r |
version | 0.5.2 |
source | src |
created_at | 2021-10-24 21:40:30.743316 |
updated_at | 2024-10-07 16:18:06.507585 |
description | Copy files and directories recursively, preserving mtime and permissions |
homepage | |
repository | https://github.com/sourcefrog/cp_r |
max_upload_size | |
id | 470562 |
size | 36,934 |
cp_r
https://github.com/sourcefrog/cp_r/
A small Rust library to copy a directory tree preserving mtimes and permissions, with minimal dependencies, and with clean error reporting.
filetime
to support copying mtimes.CopyOptions::filter
.CopyOptions::after_entry_copied
.See the docs for more information.
Patches welcome!
License: MIT.