{"id":58507,"library":"term-table","title":"term-table","description":"Creates formatted tables for display in terminal/CLI applications.","status":"active","version":"1.4.0","language":"rust","source_language":null,"source_url":"https://github.com/RyanBluth/term-table-rs","tags":["cli","table","terminal","formatting"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nterm-table = \"1.4.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add term-table","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Table","correct":"use term_table::Table;"}],"quickstart":{"code":"use term_table::Table;\nuse term_table::row::Row;\nuse term_table::table_cell::TableCell;\n\nfn main() {\n    let mut table = Table::new();\n    table.add_row(Row::new(vec![\n        TableCell::new(\"Header1\"),\n        TableCell::new(\"Header2\"),\n    ]));\n    table.add_row(Row::new(vec![\n        TableCell::new(\"Value1\"),\n        TableCell::new(\"Value2\"),\n    ]));\n    println!(\"{}\", table.render());\n}","lang":"rust","description":"Creates and renders a simple table with headers and values."},"warnings":[],"env_vars":null,"search_vec":"'applic':11 'cli':12 'creat':4 'display':8 'format':5,15 'tabl':3,6,13 'term':2 'term-tabl':1 'termin':14 'terminal/cli':10","created_at":"2026-06-16T16:26:23.561254+00:00","updated_at":"2026-06-16T16:26:23.561254+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/RyanBluth/term-table-rs","github":"https://github.com/RyanBluth/term-table-rs","docs":"https://docs.rs/term-table/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"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}}