align_text 1.0.0

Aligns lines in a block of text within a number of columns.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "align_text"
version = "1.0.0"
edition = "2021"
authors = ["Khalil Ouali"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KhalilOuali/align-rs"
description = "Aligns lines in a block of text within a number of columns."
keywords = ["text", "string", "pretty-print", "format"]

[dependencies]
clap = { version = "4.3.12", optional = true }

[features]
clap_arg = ["clap"]