1 unstable release

Uses old Rust 2015

0.1.0 Aug 3, 2017

#136 in Visualization

Download history 25494/week @ 2024-06-19 22744/week @ 2024-06-26 16460/week @ 2024-07-03 41853/week @ 2024-07-10 59947/week @ 2024-07-17 39067/week @ 2024-07-24 53088/week @ 2024-07-31 48164/week @ 2024-08-07 33051/week @ 2024-08-14 59227/week @ 2024-08-21 27597/week @ 2024-08-28 36320/week @ 2024-09-04 39510/week @ 2024-09-11 39939/week @ 2024-09-18 40788/week @ 2024-09-25 34865/week @ 2024-10-02

160,984 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