mirror of
https://github.com/nushell/nushell.git
synced 2025-07-10 11:27:02 +02:00
Just remove a few calculations of width for values which will be inserted anyhow. So it must be just a bit faster (in base case).
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.