https://github.com/mdunsmuir/copy_dir
Copy a directory recursively in Rust
https://github.com/mdunsmuir/copy_dir
copy directory filesystem library rust
Last synced: 7 months ago
JSON representation
Copy a directory recursively in Rust
- Host: GitHub
- URL: https://github.com/mdunsmuir/copy_dir
- Owner: mdunsmuir
- License: mit
- Created: 2016-10-19T08:24:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T00:35:34.000Z (over 2 years ago)
- Last Synced: 2025-09-12T04:23:19.361Z (10 months ago)
- Topics: copy, directory, filesystem, library, rust
- Language: Rust
- Size: 18.6 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# copy_dir
[](https://travis-ci.org/mdunsmuir/copy_dir)
[](https://crates.io/crates/copy_dir)
[](https://docs.rs/copy_dir)
Copy directories recursively in a straightforward and predictable way.
# Disclaimer
This crate is in a very early state and is unlikely to be free of bugs,
idiosyncracies, and other unpleasantnesses. It should be considered to be
unstable, with an API that is subject to change. Use it at your own risk.