nushell/crates/nu-table
Maxim Zhiburt 50d0465802 Fix tests
2024-12-18 00:22:34 +03:00
..
examples Refactroings 2024-12-17 23:47:10 +03:00
src Fix expand 2024-12-18 00:12:54 +03:00
tests Fix tests 2024-12-18 00:22:34 +03:00
.gitignore Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06: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.