Crate lifeless

Source
Expand description

A no_std-friendly library for implementing Conway’s Game of Life.

See:

  • Cell for the cells.
  • Grid for the cell grid.
  • Coord for the coordinates used in the cell grid.

Re-exports§

pub use cell::Cell;
pub use grid::Grid;
pub use math::Coord;

Modules§

cell
grid
math