1 unstable release

Uses old Rust 2015

0.1.0 Aug 3, 2017

#1 in #tree-structured

Download history 17029/week @ 2025-12-22 16554/week @ 2025-12-29 27186/week @ 2026-01-05 28659/week @ 2026-01-12 24255/week @ 2026-01-19 32507/week @ 2026-01-26 37504/week @ 2026-02-02 35119/week @ 2026-02-09 31338/week @ 2026-02-16 37151/week @ 2026-02-23 62767/week @ 2026-03-02 60550/week @ 2026-03-09 62713/week @ 2026-03-16 69629/week @ 2026-03-23 81413/week @ 2026-03-30 64897/week @ 2026-04-06

283,857 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