Rust bindings to Tolk, a screen reader abstraction library
Download tolk.zip from here and: * Unzip it to wherever you want * Copy bin\{x86, x64}\tolk.lib to: * C:\Users\{Your Username}\.multirust\toolchains\{current toolchain}\lib\rustlib\{current toolchain}\lib if you're using rustup * C:\Program Files\Rust\lib\rustlib\x86_64-pc-windows-msvc\lib if you're using a default rust installation * LIB if you have the LIB environment variable defined * Copy bin\{x86, x64}\tolk.dll to the directory with your project's Cargo.toml * Copy everything from the lib directory to the directory with your project's Cargo.toml
(x86 and x64 is the kind of rust binaries you have) And add this to your Cargo.toml (or use cargo add if you have that):
tolk = "0.1"
Documentation is auto-generated here. You don't really need anything else.