Skip to main content

transform_dir

Function transform_dir 

Source
pub fn transform_dir(
    dir: &str,
    to_name: &str,
    file_header: &str,
    filter: &dyn Fn(&str, &str) -> bool,
    transform: &dyn Fn(&str) -> Cow<'_, str>,
    check: bool,
    verbose: bool,
)