spruce/layout
ANSI-aware layout helpers for composing multiline text blocks.
Types
Values
pub fn join_horizontal(pos: Pos, blocks: List(String)) -> String
Join blocks horizontally, aligning shorter blocks within the tallest block.
pub fn join_vertical(pos: Pos, blocks: List(String)) -> String
Stack blocks vertically, padding every line to the widest visual width.