trash 1.0.0

A Rust library for moving files 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 Rust library for moving files 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.0.0"
[target."cfg(windows)".dependencies.winapi]
features = ["shellapi", "winerror"]
version = "^0.3.0"