cellular_env 0.1.1

An enviroment for simulation of physical systems (and possibly general purpose computation) using cellular automata, written in Rust
1
2
3
4
5
debug:
	cargo run

check:
	cargo check