Searched refs:wrap_algorithms (Results 1 – 5 of 5) sorted by relevance
11 pub(crate) mod wrap_algorithms; module15 let mut wrapper = wrap_algorithms::LineWrapper::new(hard_width); in wrap()
218 pub mod wrap_algorithms; module219 pub use wrap_algorithms::WrapAlgorithm;1268 let wrapped_words = wrap_algorithms::wrap_first_fit(&words, &[width as f64]); in fill_inplace()
113 let mut wrapper = crate::output::textwrap::wrap_algorithms::LineWrapper::new(hard_width); in wrap()
57 wrap_algorithms::FirstFit,126 wrap_algorithms::FirstFit,190 `core::WrapAlgorithm` enum with a `wrap_algorithms::WrapAlgorithm`
105 "vendor/clap-4.0.29/src/output/textwrap/wrap_algorithms.rs",