1 unstable release

Uses old Rust 2015

0.1.0 Aug 3, 2017

#158 in Visualization

Download history 71378/week @ 2024-12-05 93693/week @ 2024-12-12 51076/week @ 2024-12-19 25822/week @ 2024-12-26 74868/week @ 2025-01-02 133134/week @ 2025-01-09 130321/week @ 2025-01-16 173471/week @ 2025-01-23 200171/week @ 2025-01-30 211642/week @ 2025-02-06 150266/week @ 2025-02-13 110529/week @ 2025-02-20 207882/week @ 2025-02-27 459466/week @ 2025-03-06 375878/week @ 2025-03-13 920178/week @ 2025-03-20

1,981,749 downloads per month
Used in 11 crates (3 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