1 stable release

1.0.0 Nov 28, 2019
0.1.0 Nov 28, 2019
Download history 10/week @ 2023-11-27 5/week @ 2023-12-04 20/week @ 2023-12-11 14/week @ 2023-12-18 13/week @ 2023-12-25 37/week @ 2024-01-01 14/week @ 2024-01-08 15/week @ 2024-01-15 10/week @ 2024-01-22 2/week @ 2024-01-29 22/week @ 2024-02-05 35/week @ 2024-02-12 117/week @ 2024-02-19 61/week @ 2024-02-26 23/week @ 2024-03-04 34/week @ 2024-03-11

243 downloads per month
Used in runst

MIT license

10KB
147 lines

estimated_read_time

Calculates the time taken to read any text.

Crates.io Crates.io Crates.io

Features

  1. Estimates the time taken to read any plain text content.
  2. Reduces the avg. reading WPM for a technical document based on its difficulty level.
  3. Provides a method to calculate the time, based on state maintained by previous readings.

Usage

Add this to your Cargo.toml

[dependency]
estimated_read_time="1.0.0"

Documentation

License

estimated_read_time is distributed under the terms of MIT License.

See LICENSE-MIT

No runtime deps