| commit | 3a061b0575197c3f7622e85d96f8615882316302 | [log] [tgz] |
|---|---|---|
| author | James Farrell <jamesfarrell@google.com> | Thu Aug 29 16:50:01 2024 +0000 |
| committer | James Farrell <jamesfarrell@google.com> | Thu Aug 29 16:50:01 2024 +0000 |
| tree | 0abd60ea1cb32ae31fe95a76de5ea06f796874e6 | |
| parent | fbd29cf39b8cb8646e46c4d6deb3f129546a94e2 [diff] |
Migrate 25 crates to monorepo. sec1 semver serde_cbor serde_derive shared_library slab smallvec smccc socket2 spin spki strsim strum strum_macros sync_wrapper syn-mid synstructure tempfile termcolor termtree textwrap thiserror thread_local tinytemplate tokio-macros Bug: 339424309 Test: treehugger Change-Id: I699b06d370596cb47bc80700d6c74e5f3cf9c000
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)