1 unstable release

Uses old Rust 2015

0.1.0 Aug 3, 2017

#137 in Visualization

Download history 53255/week @ 2024-07-19 36739/week @ 2024-07-26 47534/week @ 2024-08-02 59499/week @ 2024-08-09 48812/week @ 2024-08-16 37284/week @ 2024-08-23 29205/week @ 2024-08-30 35920/week @ 2024-09-06 41291/week @ 2024-09-13 39994/week @ 2024-09-20 43080/week @ 2024-09-27 44465/week @ 2024-10-04 33483/week @ 2024-10-11 42859/week @ 2024-10-18 45537/week @ 2024-10-25 46563/week @ 2024-11-01

178,253 downloads per month
Used in 10 crates (2 directly)

MIT license

5KB
72 lines

treeline Build Status Coverage Status

a rust library for visualizing tree like data

API documentation

install

...

usage

an example program is provided under the "examples" directory to mimic the tree(1) linux program

$ cargo run --example tree target
    Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `target/debug/examples/tree target`
target
└── debug
    ├── .cargo-lock
    ├── .fingerprint
    |   └── treeline-21a5bdbd42e0b6da
    |       ├── dep-example-tree
    |       ├── dep-lib-treeline
    |       ├── example-tree
    |       ├── example-tree.json
    |       ├── lib-treeline
    |       └── lib-treeline.json
    ├── build
    ├── deps
    |   └── libtreeline.rlib
    ├── examples
    |   ├── tree
    |   └── tree.dSYM
    |       └── Contents
    |           ├── Info.plist
    |           └── Resources
    |               └── DWARF
    |                   └── tree
    ├── libtreeline.rlib
    └── native

Doug Tangren (softprops) 2017

No runtime deps