Registry / cli / nu-table

nu-table

JSON →
library0.111.0rscratesunverified

Nushell table printing.

# Cargo.toml [dependencies] nu-table = "0.111.0"
INSTALL
IMPORT
SIG · NU-TABLE
N
nu-table
clirustv0.111.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 nu_table::Table;

Create a new table instance.

use nu_table::Table; fn main() { let table = Table::new(); println!("Table created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.111.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
nu-table — cargo add nu-table · libregistry