All notable changes to this project will be documented in this file.
- a457655 (api) [breaking] Use owned value for data ()
While previously `StepFn` took the cell data by reference, now it takes
it by value.
-
d840974 (engine) [breaking] Share methods between builders; Remove
to_mapped
() -
7e4c79c (engine) Add
is_finished()
andis_infinite()
() -
1eaa62f (engine) [breaking] Add
life_like
automata; Restructureengine
()
- 0f8ae28 (lint) Apply clippy suggestions ()