Registry / cli / termtree

termtree

JSON →
library1.0.0rscratesunverified

Visualize tree-like data on the command-line

# Cargo.toml [dependencies] termtree = "1.0.0"
INSTALL
IMPORT
SIG · TERMTREE
T
termtree
clirustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tree
use termtree::Tree;

Display a tree structure in the terminal.

use termtree::Tree; let tree = Tree::new("root") .with_leaves(vec![ Tree::new("child1"), Tree::new("child2"), ]); println!("{}", tree);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
34
OpenAI (training)
1
Resources
termtree — cargo add termtree · libregistry