Registry / cli / tabular

tabular

JSON →
library0.2.0rscratesunverified

Plain text tables, aligned automatically.

# Cargo.toml [dependencies] tabular = "0.2.0"
INSTALL
IMPORT
SIG · TABULAR
T
tabular
clirustv0.2.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.

Table
use tabular::Table;

Creates aligned plain text tables.

use tabular::Table; let mut table = Table::new("{:<} {:>}"); table.add_row("Name", "Age"); table.add_row("Alice", "30"); println!("{}", table);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
tabular — cargo add tabular · libregistry