//! Configuration options for the copy process.
//!
//! This module contains the `CopyOptions` struct, which allows users to
//! customize how files, directories, and symlinks are handled during
//! the recursive copy operation.
/// Configuration settings for the recursive copy operation.