#directory #directory-recursively #copy #predictable #now

copy_dir

Copy directories recursively in a straightforward and predictable way

4 releases

Uses old Rust 2015

0.1.3 Jul 25, 2023
0.1.2 Oct 31, 2016
0.1.1 Oct 29, 2016
0.1.0 Oct 29, 2016

#73 in Filesystem

Download history 27237/week @ 2024-01-22 17933/week @ 2024-01-29 16193/week @ 2024-02-05 19187/week @ 2024-02-12 18307/week @ 2024-02-19 18841/week @ 2024-02-26 12779/week @ 2024-03-04 24838/week @ 2024-03-11 30891/week @ 2024-03-18 31274/week @ 2024-03-25 33724/week @ 2024-04-01 31628/week @ 2024-04-08 36549/week @ 2024-04-15 41799/week @ 2024-04-22 42482/week @ 2024-04-29 47957/week @ 2024-05-06

170,005 downloads per month
Used in 69 crates (45 directly)

MIT license

15KB
260 lines

copy_dir

Crates.io Status Docs

Copy directories recursively in a straightforward and predictable way.

Disclaimer Status

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.

After I wrote the above and released an initial version of this crate, I made no changes to it for over 6 years. It now has over 250k downloads and nobody has complained about it being broken, so I think it's fair to say the crate is both stable and functional (subject, of course, to the terms of the LICENSE).

I currently have no plans or intentions to add functionality or otherwise change the API this crate provides or the code behind it. If you want more bells and whistles, check out dircpy. If for some reason you prefer this crate but would like something changed, feel free to open an issue and I will respond on a best-effort basis.

Dependencies

~0.1–7.5MB
~41K SLoC