#a11y

tolk

bindings to tolk.dll, a library to talk to screen readers

7 releases (4 breaking)

0.5.0 May 20, 2021
0.4.0 May 12, 2021
0.3.0 Nov 3, 2020
0.2.1 Sep 21, 2020
0.1.1 Feb 26, 2017

#24 in Accessibility

Download history 43/week @ 2023-10-19 59/week @ 2023-10-26 45/week @ 2023-11-02 66/week @ 2023-11-09 59/week @ 2023-11-16 63/week @ 2023-11-23 62/week @ 2023-11-30 41/week @ 2023-12-07 53/week @ 2023-12-14 72/week @ 2023-12-21 48/week @ 2023-12-28 46/week @ 2024-01-04 40/week @ 2024-01-11 46/week @ 2024-01-18 42/week @ 2024-01-25 44/week @ 2024-02-01

180 downloads per month
Used in 2 crates (via tts)

MIT license

6KB
102 lines

Tolk-rs

Rust bindings to Tolk, a screen reader abstraction library

Note

This library is meant to be used in the context of providing a screen reader some text to speak. If you're a sighted developer and want general UI accessibility, this library isn't for you. Please use the more powerful native accessibility APIs provided by the OS. Using this library also means that tools for other disabilities (such as magnifiers, voice dictation, etc.) will not be able to understand your UI.

Installation

Add this to your Cargo.toml (or use cargo add if you have that):

tolk = "0.2"

Documentation

Documentation is auto-generated here. You don't really need anything else.

Dependencies

~1.5MB
~13K SLoC