Game of Life Rust implementation of Conway's Game of Life. Test Run tests using cargo: $ cargo test Build Build a web assembly distributable: $ cargo build Run locally The app can be run locally using trunk: $ trunk serve --open