uutils_term_grid 0.6.0

Library for formatting strings into a grid layout. Fork of term_grid.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "uutils_term_grid"
description = "Library for formatting strings into a grid layout. Fork of term_grid."

authors = ["uutils developers", "Benjamin Sago <ogham@bsago.me>"]
documentation = "https://docs.rs/uutils_term_grid/"
license = "MIT"
readme = "README.md"
repository = "https://github.com/uutils/uutils-term-grid"
version = "0.6.0"
edition = "2021"
rust-version = "1.70"

[lib]
name = "term_grid"

[dependencies]
ansi-width = "0.1.0"