An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# copy_dir

[![Build Status](https://travis-ci.org/mdunsmuir/copy_dir.svg)](https://travis-ci.org/mdunsmuir/copy_dir)
[![Crates.io Status](https://img.shields.io/crates/v/copy_dir.svg)](https://crates.io/crates/copy_dir)
[![Docs](https://docs.rs/copy_dir/badge.svg)](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.