nu-term-grid 0.74.0

Nushell grid printing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["The Nushell Project Developers"]
description = "Nushell grid printing"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-term-grid"
edition = "2021"
license = "MIT"
name = "nu-term-grid"
version = "0.74.0"

[dependencies]
unicode-width = "0.1.9"

nu-utils = { path = "../nu-utils", version = "0.74.0"  }