Crate rip2

Source

Modules§

args
completions
record
testing
Testing module for exposing internal functions to unit tests. This module is only used for testing purposes and should not be used in production code.
util

Constants§

BIG_FILE_THRESHOLD

Functions§

copy_file
get_graveyard
move_dir
Move a target which is a directory to a given destination, copying if necessary. Returns true always, as the creation of the directory is enough to mark it as successful.
move_target
Move a target to a given destination, copying if necessary. Returns true if the target was moved, false if it was not (due to user input)
run