kpy 0.1.0-alpha

A reimplentation of linux's cp in rust
Documentation
1
2
3
4
5
6
//! The strategies that will be used by the [`crate::copier::Copier`] to change its behavior
//!  before, during, and after copying data around.

pub mod build_destination;
pub mod copy;
pub mod prep_destination;