tet_rs 0.1.1

A third-party implementation of Text Entry Throughput (ref. https://doi.org/10.1145/3290605.3300866) for Rust
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[features]
serde1 = ["serde"]

[package]
authors = ["KYokoyama <8509057+KaiseiYokoyama@users.noreply.github.com>"]
description = "A third-party implementation of Text Entry Throughput (ref. https://doi.org/10.1145/3290605.3300866) for Rust"
edition = "2018"
keywords = ["hci", "text_entry", "text_entry_benchmark"]
license = "MIT"
name = "tet_rs"
repository = "https://github.com/KaiseiYokoyama/tet"
version = "0.1.1"