gladius 0.4.0

A library for writing typing-trainers
Documentation
[[bench]]
harness = false
name = "math_benchmarks"
path = "benches/math_benchmarks.rs"

[[bench]]
harness = false
name = "statistics_benchmarks"
path = "benches/statistics_benchmarks.rs"

[dependencies.simple-mermaid]
version = "0.2"

[dependencies.web-time]
version = "1.1"

[dev-dependencies.criterion]
version = "0.7"

[lib]
name = "gladius"
path = "src/lib.rs"

[package]
authors = ["Mads Ahlquist Jensen <madsaj10@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A library for writing typing-trainers"
edition = "2024"
exclude = ["assets/*", "octotype.wiki/*", ".github/*", "flake.nix", "flake.lock", "modes/*", "sources/*", "themes/*", "docs/*"]
keywords = ["typing-trainer", "tui", "ratatui"]
license = "MIT"
name = "gladius"
readme = "README.md"
repository = "https://github.com/mahlquistj/octotype"
version = "0.4.0"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./docs-header.html"]