AT-SPI for Rust

crates.io badge docs.rs badge

Higher level, asynchronous Rust bindings to AT-SPI2, using zbus.

Part of the Odilia screen reader project.

Design

This crate makes use of the zbus crate for dbus communication. We use the asynchronous zbus API, so to use atspi, you will need to run an async executer like tokio or async-std. The async-io and tokio features are exposed and will be passed through to zbus.

Contributing

We love people who add functionality, find bugs, or improve code quality! You can clone the repository and make modifications just by git clone-ing the repository like so:

bash $ git clone https://github.com/odilia-app/atspi $ cd atspi $ cargo build

License

The atspi library is licensed as Apache 2.0 or MIT.