Byron/trash-rs

add filesystem time deletion to TrashItem

开放

#78 创建于 2023年7月7日

 (3 条评论) (0 个反应) (0 位负责人)Rust (40 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (247 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I'd like if the filesystem time of deletion was accessible for TrashItem elements, as in windows the std::fs times are not in i64 UNIX timestamp but in u64 windows filetime, and calculating differences requires converting back and forth between the two formats

贡献者指南