Skip to content

karthik512/estimated_read_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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