speed-reader-core 0.2.1

RSVP engine — tokenizer, ORP positioning, WPM timing, state machine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "speed-reader-core"
version = "0.2.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "RSVP engine — tokenizer, ORP positioning, WPM timing, state machine"
repository = "https://github.com/bimawa/SpeedReaderRust"
keywords = ["speed-reading", "rsvp", "text", "reading"]
categories = ["text-processing"]

[dependencies]
unicode-segmentation = "1.12"
serde.workspace = true
serde_json.workspace = true

[dev-dependencies]