Crate auto [] [src]

Cross-platform input event automation facilities.

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.8"

and this to your crate root:

extern crate auto;

Cross-Platform Compatibility

This crate provides both high-level (any OS) and low level (per-OS) functionality:

  • The os module provides APIs specific to the current operating system

  • All other modules work with any operating system

Modules

color

🎨 Color utilities.

os

🏎️ Windows-specific functionality.