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]);
```
```
(
),
(
),
(
),
(
),
```