SDL parser library

This library handles parsing SDL input for different programming libraries and environments

Setup

In order to use wrapper libraries, dynamic libraries must be installed on the system.

Once OCR apt repostiory is installed, this can be done by executing

sudo apt install libsdl-parser

Adding tests

In order to add test snapshots, it is first needed to run the test(s), which creates the new snapshots. Then the snapshots need to be reviewed with

cargo insta review

and new ones have to be approved, so the snapshot doesn't have ".new" in the end anymore.

If the insta crate isn't installed, then just execute

cargo install cargo-insta