cli-justify 0.1.21

A CLI text justify tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod justify_text;
mod pdf_hybrid;
mod text_utils;
mod wrap;

pub use justify_text::justify;
pub use pdf_hybrid::{
  PartialParagraph, PdfPageJustified, inter_page_blank_count,
  justify_pdf_hybrid, justify_pdf_page, justify_pdf_seam,
};
pub use wrap::wrap_preserve_whitespace;