conway-rs 0.1.2

An implementation of the Conway's game of life written in Rust
Documentation
  • Coverage
  • 77.27%
    17 out of 22 items documented0 out of 13 items with examples
  • Size
  • Source code size: 24.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ryukinix/conway-rs
    7 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ryukinix

Description

Another stupid implementation of Conways's Game of Life written in Rust language.

screenshot

Motivation

Use a more complex example than 'hello world' to learn a new language.

Usage

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.

Author

License

MIT