1 unstable release

Uses old Rust 2015

0.1.0 Aug 3, 2017

#121 in Visualization

Download history 10751/week @ 2023-12-18 5956/week @ 2023-12-25 11203/week @ 2024-01-01 16182/week @ 2024-01-08 16487/week @ 2024-01-15 18216/week @ 2024-01-22 25207/week @ 2024-01-29 28379/week @ 2024-02-05 24628/week @ 2024-02-12 22657/week @ 2024-02-19 26289/week @ 2024-02-26 23676/week @ 2024-03-04 16955/week @ 2024-03-11 18136/week @ 2024-03-18 20609/week @ 2024-03-25 15037/week @ 2024-04-01

71,712 downloads per month
Used in 9 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