cp_r 0.2.0

Copy files and directories recursively, preserving mtime and permissions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Rust `cp_r`

<https://github.com/sourcefrog/cp_r/>

[![Tests](https://github.com/sourcefrog/cp_r/workflows/Tests/badge.svg?branch=main)](https://github.com/sourcefrog/cp_r/actions?query=workflow%3ATests)
[![cargo-audit](https://github.com/sourcefrog/cp_r/actions/workflows/cargo-audit.yml/badge.svg)](https://github.com/sourcefrog/cp_r/actions/workflows/cargo-audit.yml)
[![crates.io](https://img.shields.io/crates/v/cp_r.svg)](https://crates.io/crates/cp_r)
![Maturity: Beta](https://img.shields.io/badge/maturity-beta-yellow.svg)

A small Rust library to copy a directory tree preserving mtimes and
permissions, with minimal dependencies, and with clean error reporting.

See the [docs](https://docs.rs/cp_r) for more information.

License: MIT.