Registry / utility / text-trees

text-trees

JSON →
library0.1.2rscratesunverified

Simple textual output for tree-like structures.

# Cargo.toml [dependencies] text_trees = "0.1.2"
INSTALL
IMPORT
SIG · TEXT-TREES
T
text-trees
utilityrustv0.1.2
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.

TextTree
use text_trees::TextTree;

Creates and prints a simple text tree.

use text_trees::TextTree; fn main() { let tree = TextTree::new("root"); println!("{}", tree); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
text-trees — cargo add text-trees · libregistry