A straightforward implementation of the Game of Life, written in Rust.
This codebase is my learn-rust playground and so exercises new Rust features as I encounter them.
See also gol-tcod built using the excellent libtcod library via tcod-rs.
This library also provides a module for parsing plaintext format game of life files.
You can find the Cargo-generated docs here.
Note: They may be out of date as I am currently publishing them manually.