tolk

Crates.iotolk
lib.rstolk
version0.5.0
sourcesrc
created_at2017-02-26 14:33:42.897
updated_at2021-05-20 18:55:43.591347
descriptionbindings to tolk.dll, a library to talk to screen readers
homepage
repositoryhttps://github.com/darbaga/tolk-rs
max_upload_size
id8698
size8,161
publishers (github:twitch-rs:publishers)

documentation

README

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.

Commit count: 44

cargo fmt