nushell/crates/nu-table
2024-08-06 09:27:05 +03:00
..
examples Up 2024-07-23 21:26:58 +03:00
src Fix fix fix 2024-08-06 09:27:05 +03:00
tests Up 2024-07-23 21:26:58 +03:00
.gitignore Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Merge branch 'main' of https://github.com/nushell/nushell into patch/bump-tabled-try 2024-08-06 00:26:38 +03:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00
README.md Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00

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.