Crate nu_table

Source
Expand description

The layout logic for Nushell’s table viewer.

See also the separate table command implementation

§Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

Re-exports§

pub use common::StringResult;
pub use common::TableResult;

Modules§

common

Structs§

CollapsedTable
ExpandedTable
JustTable
NuTable
NuTable is a table rendering implementation.
TableOpts
TableOutput
TableTheme
TextStyle
UnstructuredTable
UnstructuredTable has a recursive table representation of nu_protocol::Value.

Functions§

clean_charset
colorize_space
colorize_space_str
convert_style
is_color_empty
string_truncate
string_width
string_wrap

Type Aliases§

NuRecordsValue