trash 1.3.0

A library for moving files and folders to the Recycle Bin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>"]
description = "A library for moving files and folders to the Recycle Bin"
edition = "2018"
keywords = ["remove", "trash", "rubbish", "recycle", "bin"]
license = "MIT"
name = "trash"
readme = "README.md"
repository = "https://github.com/ArturKovacs/trash"
version = "1.3.0"
[target."cfg(windows)".dependencies.winapi]
features = ["shellapi", "winerror"]
version = "^0.3.0"