[![Crates.io](https://img.shields.io/crates/v/interception-mock.svg)](https://crates.io/crates/interception-mock) A dll replicating the interface of the [interception][interception] library, written in Rust. Intended to be used for testing scenarios where real input events are either impractical or undesirable (unit tests, CI). Work In Progress. [interception]: https://github.com/oblitum/interception/