redu 0.2.15

This is like ncdu for a restic repository.
Documentation
1
2
3
pub fn snapshot_short_id(id: &str) -> String {
    id.chars().take(7).collect::<String>()
}