text_block_layout 1.2.2

Library for joining together blocks of text characters, in for example a TUI or text document.
Documentation
[[bench]]
harness = false
name = "add_multiple_texts"
path = "benches/add_multiple_texts.rs"

[[bench]]
harness = false
name = "join_blocks"
path = "benches/join_blocks.rs"

[[bench]]
harness = false
name = "rendering"
path = "benches/rendering.rs"

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.8.1"

[dev-dependencies.monkey_test]
version = "0.9.2"

[[example]]
name = "invoice"
path = "examples/invoice.rs"

[[example]]
name = "math_expressions"
path = "examples/math_expressions.rs"

[[example]]
name = "overlapping_boxes"
path = "examples/overlapping_boxes.rs"

[lib]
name = "text_block_layout"
path = "src/lib.rs"

[package]
authors = ["Joakim Akerblom <per.joakim.eriksson@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization"]
description = "Library for joining together blocks of text characters, in for example a TUI or text document."
edition = "2018"
keywords = ["TUI", "block", "box", "text", "layout"]
license = "MIT"
name = "text_block_layout"
readme = "README.md"
repository = "https://github.com/jockbert/text_block_layout"
version = "1.2.2"