rsbot 0.2.3

Simulate keypresses with Rust!
Documentation
1
2
3
4
5
6
pub mod key;
pub mod mouse;
pub use self::key::*;
pub use self::mouse::*;

// Stuff goes here