Registry / cli / comfy-table

comfy-table

JSON →
library7.2.2rscratesunverified

An easy to use library for building beautiful tables with automatic content wrapping.

# Cargo.toml [dependencies] comfy-table = "7.2.2"
INSTALL
IMPORT
SIG · COMFY-TABLE
C
comfy-table
clirustv7.2.2
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 comfy_table::Table;

Creates a simple table with headers and rows.

use comfy_table::Table; fn main() { let mut table = Table::new(); table.set_header(vec!["Header1", "Header2"]); table.add_row(vec!["Row1 Col1", "Row1 Col2"]); println!("{}", table); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
comfy-table — cargo add comfy-table · libregistry