Hello,
I tested the program on linux and in worked. Compiled and runned on windows and get following error
thread '' panicked at 'cannot transmute_copy if Dst is larger than Src', /rustc/eb26296b556cef10fb713a38f3d16b9886080f26\library\core\src\mem\mod.rs:1056:5
when trying to execute
KeySequence("b").send();
or
inputbot::KeybdKey::BKey.press();