nu-term-grid 0.83.1

Nushell grid printing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.83.1"

[lib]
bench = false

[dependencies]
nu-utils = { path = "../nu-utils", version = "0.83.1"  }

unicode-width = "0.1"