diskspace_insight

Crates.iodiskspace_insight
lib.rsdiskspace_insight
version0.1.94
sourcesrc
created_at2020-09-13 06:12:02.327068
updated_at2022-11-01 07:20:03.636982
descriptionInvestigate where your diskspace has gone
homepage
repositoryhttps://github.com/woelper/diskspace-insight
max_upload_size
id288075
size25,693
Johann Woelper (woelper)

documentation

README

diskspace-insight

Rust library to gather to see what eats up your disk space

See https://github.com/woelper/birdseye for a GUI app using this.

Rust

let i = scan("/home/kaputnik/Downloads");
dbg!(&i.largest_types()[..10]);
(
    "zip",
    1272982211,
),
(
    "so",
    438048904,
),
(
    "AppImage",
    203292752,
),
(
    "txt",
    160211761,
),
Commit count: 45

cargo fmt