copy_dir 0.1.3

Copy directories recursively in a straightforward and predictable way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.walkdir]
version = "2"
[dev-dependencies.tempdir]
version = "0.3"

[package]
authors = ["Michael Dunsmuir <mjdunsmuir@gmail.com>"]
description = "Copy directories recursively in a straightforward and predictable way."
homepage = "https://github.com/mdunsmuir/copy_dir"
include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md"]
license = "MIT"
name = "copy_dir"
readme = "README.md"
version = "0.1.3"