Registry / cli / ascii-table

ascii-table

JSON →
library5.0.0rscratesunverified

Print ASCII tables to the terminal with customizable formatting.

# Cargo.toml [dependencies] ascii_table = "5.0.0"
INSTALL
IMPORT
SIG · ASCII-TABLE
A
ascii-table
clirustv5.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.

AsciiTable
use ascii_table::AsciiTable;

Create and print an ASCII table from a vector of rows.

use ascii_table::AsciiTable; let mut table = AsciiTable::default(); let data = vec![ vec!["Name", "Age"], vec!["Alice", "30"], vec!["Bob", "25"], ]; let output = table.format(data); println!("{}", output);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
ascii-table — cargo add ascii-table · libregistry