1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-31 19:27:09 +02:00
nushell/crates/nu-table
Devyn Cairns 9f90d611e1
Bump version to 0.96.1 ()
(Post-release bump.)
2024-07-25 18:28:18 +08:00
..
examples
src Fix issue with truncation when head on border is used () 2024-07-16 16:21:42 -05:00
tests Rework for new clippy lints () 2024-05-02 19:29:03 +02:00
.gitignore
Cargo.toml Bump version to 0.96.1 () 2024-07-25 18:28:18 +08:00
LICENSE
README.md Add top-level crate documentation/READMEs () 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.