This library handles parsing SDL input for different programming libraries and environments
sdl-parser-export
is dynamic library written in Rust, which offers access to parsing logic over Foreign-Function-InterfaceIn 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
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