//! Compute the average time (in minutes, rounded up to the next integer) to read a piece of text (using 183 Words Per Minute according to <https://thereadtime.com>).
//!
//! ### Example
//!
//! <div class="example-wrap"><pre class="rust rust-example-rendered"><span style="position: absolute; right: 0; top: 0; padding: 0.1rem 0.4rem 0 0; font-size: 0.75em; font-weight: bold; color: #333;">input</span><code><span class="fn">reading_time</span>(<span class="string">"foo "</span> * <span class="number">183</span> * <span class="number">12</span>)</code></pre></div>
//!
//! <div class="example-wrap"><pre class="rust rust-example-rendered"><span style="position: absolute; right: 0; top: 0; padding: 0.1rem 0.4rem 0 0; font-size: 0.75em; font-weight: bold; color: #333;">output</span><code><span class="number">12</span></code></pre></div>
use crateFunctionResult;
pub