| commit | 296c97f23791e3770637c32a448ba67833139233 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat May 11 01:14:56 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat May 11 01:14:56 2024 +0000 |
| tree | 82fc1dfb441e502273e5ff97a38cbd4924c7f035 | |
| parent | 3c27f82f9fec620b49222aef5805ed3e45523918 [diff] | |
| parent | 11db2f092302763d099fb03b6a77d42bbed53161 [diff] |
Snap for 11828632 from 11db2f092302763d099fb03b6a77d42bbed53161 to 24Q3-release Change-Id: I88ea7c3a03a939beb7d2ada30c44eba301433d92
Visualize tree-like data on the command-line
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
treeline: termtree was forked from this.tree_decoratorxtreeptreeLicensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)