Rust encapsulation of the Arcade Learning Environment.
The main use of the ALE is running Atari 2600 games. An example for how to play breakout is included in the library. Space to start.
Requirements
This library requires the same dependencies as the cmake-rs library. In other words, CMake needs to be installed.
Unsafety
Generally this libarary has tried to encapsulate and minimize unsafety, but there could still be some pain points that I've missed (especially regarding C++ exceptions). Be sure to report an issue if this is the case!