libconway ========= This crate is part of [Conwayste](https://github.com/conwayste/conwayste), a multi-player version of [Conway's game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). In particular, this crate implements the life engine. See the documentation for the latest published version at [docs.rs](https://docs.rs/conway/latest/conway/). ## Usage Put this in your Cargo.toml and hack away, friend: ``` [dependencies] conway = "*" ```