Bug: 310599809

Clone this repo:
  1. 2ea9141 Migrate 25 crates to monorepo. am: 3a061b0575 by James Farrell · 5 months ago main
  2. 3a061b0 Migrate 25 crates to monorepo. by James Farrell · 5 months ago
  3. ca7b00f Update Android.bp by running cargo_embargo am: fbd29cf39b by James Farrell · 6 months ago
  4. fbd29cf Update Android.bp by running cargo_embargo by James Farrell · 6 months ago
  5. ec733ea Mark ab/11976889 as merged in aosp-main-future by Xin Li · 7 months ago android15-tests-dev

termtree Main

Visualize tree-like data on the command-line

API documentation

Example

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
    |   └── termtree-21a5bdbd42e0b6da
    |       ├── dep-example-tree
    |       ├── dep-lib-termtree
    |       ├── example-tree
    |       ├── example-tree.json
    |       ├── lib-termtree
    |       └── lib-termtree.json
    ├── build
    ├── deps
    |   └── libtermtree.rlib
    ├── examples
    |   ├── tree
    |   └── tree.dSYM
    |       └── Contents
    |           ├── Info.plist
    |           └── Resources
    |               └── DWARF
    |                   └── tree
    ├── libtermtree.rlib
    └── native

Related Crates

License

Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)