trash-utils

Crates.iotrash-utils
lib.rstrash-utils
version0.2.0
sourcesrc
created_at2019-10-19 20:58:21.379736
updated_at2020-08-31 17:07:50.187653
descriptionCross platform crate for interacting with the trash
homepage
repositoryhttps://github.com/cjbassi/trash-utils-rs
max_upload_size
id174048
size17,054
Caleb Bassi (cjbassi)

documentation

README

trash-utils-rs

crates.io

A cross platform Rust library for interacting with the trash.

Warning: trash-utils is currently beta level and no guarantees are made about its integrity of managing your files. Additionally, it currently only works on Linux, and it only interacts with the home trash and does not properly handle trashing files if the files are on a different filesystem/partition as your home folder.

Usage

Add the following to Cargo.toml:

[dependencies]
trash-utils = "0.2.0"
Commit count: 18

cargo fmt