| commit | 90c38e1a1f41351746e580b0c32d4475f955a14b | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Sat Aug 31 01:15:20 2024 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Sat Aug 31 01:15:20 2024 +0000 |
| tree | 0abd60ea1cb32ae31fe95a76de5ea06f796874e6 | |
| parent | 5197b89255e91f0c373526a9a6283f2c21ef5b1b [diff] | |
| parent | bbc7d09c7d956f9b7a1a5a78cd30b0d2b2f6b8f9 [diff] |
Snap for 12304452 from bbc7d09c7d956f9b7a1a5a78cd30b0d2b2f6b8f9 to 24Q4-release Change-Id: I006ec9a2f4e0c183e4b6290d975d62deb1e17ee9
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)