Crates.io | interception-mock |
lib.rs | interception-mock |
version | 0.0.2 |
source | src |
created_at | 2023-12-22 21:20:57.532438 |
updated_at | 2024-01-05 08:22:59.997058 |
description | dll providing the same interface as the interception library for mocking it in tests |
homepage | https://github.com/vpoverennov/interception-mock |
repository | https://github.com/vpoverennov/interception-mock |
max_upload_size | |
id | 1078673 |
size | 3,074 |
A dll replicating the interface of the 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.