Crates.io | elementary-cellular-automaton |
lib.rs | elementary-cellular-automaton |
version | 0.2.0 |
source | src |
created_at | 2024-10-30 20:49:05.162983 |
updated_at | 2024-11-02 20:38:47.485541 |
description | Library that handles Elementary Cellular Automata |
homepage | |
repository | https://github.com/wleklinskimateusz/cellular-automaton |
max_upload_size | |
id | 1429172 |
size | 7,790 |
This is a simple implementation of elementary cellular automata in Rust. The program takes a rule number and initial conditions, and enables calling the automaton for update and current vector representation.