celly 0.6.0

Cellular automaton library.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "celly"
description = "Cellular automaton library."
repository = "https://github.com/0nkery/celly"
license = "MIT"
version = "0.6.0"
authors = ["Dmitry Shlagoff <wessmoke@gmail.com>"]

[dependencies]
serde = "0.7"
serde_macros = "0.7"

[dev-dependencies.bincode]
version = "0.5"
features = ["serde"]