pub fn reading_time_with(text: &str, words_per_minute: usize) -> ReadingTimeExpand description
Estimate the reading time of text at words_per_minute (a value of 0 falls back to
the default of 200, matching the reference).
pub fn reading_time_with(text: &str, words_per_minute: usize) -> ReadingTimeEstimate the reading time of text at words_per_minute (a value of 0 falls back to
the default of 200, matching the reference).