Searched refs:wrap_algorithms (Results 1 – 9 of 9) sorted by relevance
211 pub mod wrap_algorithms; module235 pub use wrap_algorithms::WrapAlgorithm;
3 use crate::{wrap, wrap_algorithms, Options, WordSeparator};128 let wrapped_words = wrap_algorithms::wrap_first_fit(&words, &[width as f64]); in fill_inplace()
11 pub(crate) mod wrap_algorithms; module15 let mut wrapper = wrap_algorithms::LineWrapper::new(hard_width); in wrap()
83 let mut wrapper = crate::output::textwrap::wrap_algorithms::LineWrapper::new(hard_width); in wrap()
88 wrap_algorithms::FirstFit,155 wrap_algorithms::FirstFit,213 `core::WrapAlgorithm` enum with a `wrap_algorithms::WrapAlgorithm` trait. This