cjbassi / trash-utils-rs

A cross platform Rust library for interacting with the trash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NO LONGER MAINTAINED. Deprecated in favor of https://github.com/ArturKovacs/trash.

trash-utils-rs

crates.io docs.rs

A Rust library for interacting with the OS's trash-can.

Supported platforms:

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

Usage

Add the following to Cargo.toml:

[dependencies]
trash-utils = "0.2.0"

Apps using trash-utils-rs

Related projects

About

A cross platform Rust library for interacting with the trash

License:MIT License


Languages

Language:Rust 100.0%