Expand description
A library for recursive directory copying with customizable options.
This crate provides a simple interface to copy directories and files while handling symlinks, permissions, and error reporting.
Structs§
- Copy
Options - Configuration options for defining the behavior of the copy process. Configuration settings for the recursive copy operation.
Enums§
- Copy
Error - Error types related to the copy operations. Enumeration of possible errors during a copy operation.