nushell/crates/nu-table
2024-07-23 23:24:03 +03:00
..
examples Up 2024-07-23 21:26:58 +03:00
src Merge branch 'main' of https://github.com/nushell/nushell into patch/bump-tabled-try 2024-07-23 23:24:03 +03:00
tests Up 2024-07-23 21:26:58 +03:00
.gitignore updated main in table so that it outputs again (#3662) 2021-06-21 14:14:20 -05:00
Cargo.toml Merge branch 'main' of https://github.com/nushell/nushell into patch/bump-tabled-try 2024-07-23 23:24:03 +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.