Another ~stupid~ implementation of Conways's Game of Life written in Rust language.
Use a more complex example than 'hello world' to learn a new language.
Shortly:
cargo build --release
cargo run
You need the Rust environment to build this repository. Specifically the Rust Compiler rustc
and the Rust package manager cargo
. You can download both on the official website of the Rust language or in the official repositories of your operating system.