[][src]Crate ale

Rust encapsulation of the Arcade Learning Environment.

This is currently a work in progress.

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!

Structs

Ale
AleState

Enums

BundledRom

Enum of ROMs that come bundled with the libarary.

LoggerMode