mirror of
https://github.com/nushell/nushell.git
synced 2025-05-19 17:30:45 +02:00
A small optimization; Must be measurable on large tables. In case of `scope commands` for me seems like a bit faster in debug (~100ms). But I've had like a few runs. If someone is interested to check if it's any faster would be nice to see it :) cc: @fdncred |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.