Skip to main content

Crate recursive_copy

Crate recursive_copy 

Source
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§

CopyOptions
Configuration options for defining the behavior of the copy process. Configuration settings for the recursive copy operation.

Enums§

CopyError
Error types related to the copy operations. Enumeration of possible errors during a copy operation.

Functions§

copy_all
Copies a directory or file from the source to the destination recursively. Recursively copies a file or directory from src to dst.
copy_one
Copies a directory or file from the source to the destination recursively. Copies a single file and preserves its Unix permissions.