Cargo Features

A11Y has no features set by default.

[dependencies]
a11y = { version = "0.1.4", features = ["jab", "ia2", "JabLib", "IAccessible2Lib"] }
jab = JabLib

Affects a11y::jab

ia2 = IAccessible2Lib

Enables msaa of win-wrap, Win32_Foundation of windows

Affects a11y::ia2

JabLib jab?

Enables library of rigela-utils

Affects a11y::get_jab_lib_path

IAccessible2Lib ia2? = windows-core

Enables library of rigela-utils

Affects a11y::get_ia2_lib_path

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

win-wrap ia2?
windows ia2?
windows-core IAccessible2Lib?
rigela-utils IAccessible2Lib? JabLib?