nls_term_grid 0.3.0

Library for arranging textual data in a grid format similar to ls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.unicode-width]
version = "0.1.12"

[package]
categories = ["command-line-interface"]
description = "Library for arranging textual data in a grid format similar to ls"
edition = "2021"
exclude = ["/.github/"]
homepage = "https://github.com/bydlw98/nls_term_grid"
keywords = ["grid", "no_std"]
license = "MIT OR Apache-2.0"
name = "nls_term_grid"
readme = "README.md"
repository = "https://github.com/bydlw98/nls_term_grid"
rust-version = "1.70.0"
version = "0.3.0"