{"id":59046,"library":"tabular","title":"Tabular","description":"Plain text tables, aligned automatically.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/tabular-rs/tabular-rs","tags":["table","formatting","text","cli"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntabular = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tabular","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Table","correct":"use tabular::Table;"}],"quickstart":{"code":"use tabular::Table;\n\nlet mut table = Table::new(\"{:<}  {:>}\");\ntable.add_row(\"Name\", \"Age\");\ntable.add_row(\"Alice\", \"30\");\nprintln!(\"{}\", table);","lang":"rust","description":"Creates aligned plain text tables."},"warnings":[],"env_vars":null,"search_vec":"'align':5 'automat':6 'cli':10 'format':8 'plain':2 'tabl':4,7 'tabular':1 'text':3,9","created_at":"2026-06-16T16:48:14.048513+00:00","updated_at":"2026-06-16T16:48:14.048513+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/tabular-rs/tabular-rs","github":"https://github.com/tabular-rs/tabular-rs","docs":"https://docs.rs/tabular/","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}}