Relative Content

Tag Archive for linuxrustencodingbinary

Parsing scan code event data received from a character device in Linux

I need some guidance regarding the parsing and de-serialization of binary data received from a character device in Linux. I’m working on writing a program in rust that monitors keyboard input used for various functions on my device. From the research I’ve done, the data should be parsed out into an input_event struct.