ale 0.1.0

A Rust encapsulation of the Arcade Learning Environment
docs.rs failed to build ale-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ale-0.1.3

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!