rmsafe 1.3.0

after almost accidentally rm(ing) my C homework folder, I decided to create this to NOT do that in the future, goal is to do everything that the unix command rm can do
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# saferm (safely_remove)

## Introduction

After (almost) accidentally removing a file with about week's worth of changes for my C lang assignment, I took it as an excuse to lear a bit
more of Rust and re-write the rm command.

## Basics

Instead of just rm(ing) files and folders, they instead are moved to the local trash or custom path location.

## Usage

```
    
```