{"id":59327,"library":"termtree","title":"Termtree","description":"Visualize tree-like data on the command-line","status":"active","version":"1.0.0","language":"rust","source_language":null,"source_url":"https://github.com/rust-cli/termtree","tags":["tree","visualization","cli"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntermtree = \"1.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add termtree","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Tree","correct":"use termtree::Tree;"}],"quickstart":{"code":"use termtree::Tree;\n\nlet tree = Tree::new(\"root\")\n    .with_leaves(vec![\n        Tree::new(\"child1\"),\n        Tree::new(\"child2\"),\n    ]);\nprintln!(\"{}\", tree);","lang":"rust","description":"Display a tree structure in the terminal."},"warnings":[],"env_vars":null,"search_vec":"'cli':14 'command':10 'command-lin':9 'data':6 'like':5 'line':11 'termtre':1 'tree':4,12 'tree-lik':3 'visual':2,13","created_at":"2026-06-16T16:59:11.244349+00:00","updated_at":"2026-06-16T16:59:11.244349+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rust-cli/termtree","github":"https://github.com/rust-cli/termtree","docs":"https://docs.rs/termtree/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}