/// Error struct and enum for the different error messages the app shows
/// Establishes different functions that tell if a file should be excluded from the backup
/// or the defaults in case no path was specified
/// The function that starts the backup of the code
pub use backup;
/// The function that states if an element shall be copied
pub use should_be_backed;