53 releases
Uses new Rust 2024
new 0.4.1 | Mar 19, 2025 |
---|---|
0.3.9 | Feb 10, 2025 |
0.3.3 | Dec 26, 2024 |
0.2.42 | Nov 23, 2024 |
0.2.26 | Jul 26, 2024 |
#27 in #cross-platform-ui
296 downloads per month
Used in 22 crates
(13 directly)
2MB
42K
SLoC
This crate is part of the zng
project.
lib.rs
:
Properties that define accessibility metadata.
The properties in this crate should only be used by widget implementers, they only
define metadata for accessibility, this metadata signals the availability of behaviors
that are not implemented by these properties, for example an AccessRole::Button
widget
must also be focusable and handle click events, an AccessRole::TabList
must contain widgets
marked AccessRole::Tab
.
Crate
Dependencies
~11–23MB
~353K SLoC