1 unstable release

Uses old Rust 2015

0.1.0 Aug 3, 2017

#153 in Visualization

Download history 50011/week @ 2024-11-15 61046/week @ 2024-11-22 47833/week @ 2024-11-29 75101/week @ 2024-12-06 101194/week @ 2024-12-13 32644/week @ 2024-12-20 33524/week @ 2024-12-27 85483/week @ 2025-01-03 134453/week @ 2025-01-10 138548/week @ 2025-01-17 181294/week @ 2025-01-24 194806/week @ 2025-01-31 211237/week @ 2025-02-07 137882/week @ 2025-02-14 107291/week @ 2025-02-21 197240/week @ 2025-02-28

686,402 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