diskspace_insight 0.1.2

Investigate where your diskspace has gone
Documentation

diskspace-insight

Rust library to gather info about what files use up space

Rust

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