auto 0.0.5

Cross-platform input event automation facilities.
Documentation

Cross-platform input event automation facilities.

This crate provides both high-level (any OS) and low level (per-OS) functionality. See the os module for APIs specific to the current operating system.

Usage

This crate is available on crates.io and can be used by adding the following to your project's Cargo.toml:

[dependencies]
auto = "0.0.5"

and this to your crate root:

extern crate auto;

Cross-Platform Compatibility

Auto aims to work on macOS, Windows, and Linux. This project is open to adding more operating systems in the future.

Platform Support
Linux pending
macOS yes
Windows pending