Crates.io | diskspace_insight |
lib.rs | diskspace_insight |
version | 0.1.94 |
source | src |
created_at | 2020-09-13 06:12:02.327068 |
updated_at | 2022-11-01 07:20:03.636982 |
description | Investigate where your diskspace has gone |
homepage | |
repository | https://github.com/woelper/diskspace-insight |
max_upload_size | |
id | 288075 |
size | 25,693 |
Rust library to gather to see what eats up your disk space
See https://github.com/woelper/birdseye for a GUI app using this.
let i = scan("/home/kaputnik/Downloads");
dbg!(&i.largest_types()[..10]);
(
"zip",
1272982211,
),
(
"so",
438048904,
),
(
"AppImage",
203292752,
),
(
"txt",
160211761,
),