#life #game #conway #applications #build #basic

liblife

A basic crate to build Conway's Game of Life applications with Rust

2 unstable releases

0.2.0 Mar 14, 2019
0.1.0 Mar 4, 2019

#34 in #conway

21 downloads per month

MIT license

12KB
274 lines

liblife

A basic crate to build Conway's Game of Life applications with Rust.

License

The liblife crate is licensed under the MIT license, see LICENSE for more details.


lib.rs:

A crate to help implementing Conway's Game of life applications.

Dependencies

~505KB