Display code ripped out of dust, so other tools can display information in a similar style.
Go to file
Olivier 'reivilibre' 40667bcd07 RIP OFF the dust display style:
This looks like a lot of removals, but in fact I just started from a blank
slate and only added what I wanted.
2023-04-23 17:05:56 +01:00
src RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00
.gitignore RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00
Cargo.lock RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00
Cargo.toml RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00
LICENCE RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00
README.md RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00
shell.nix RIP OFF the dust display style: 2023-04-23 17:05:56 +01:00

README.md

dust_style_filetree_display

This crate contains the display components from dust. They have been ripped off, almost verbatim, from there! I have removed some of the things that aren't useful for a library user but this is a very quick and rough crude rip-out job — I haven't documented anything or finished taking effort to clean it up.

The dust style is nice and could be useful in other projects, that want to be look the same as dust (e.g. because they want to be familiar to dust users, in order to display size tree information whilst not displaying exactly what is on the filesystem).

The dust project is licensed under the Apache 2.0 licence, so this crate will do the same.