Skip to main content

rayon_ca/
lib.rs

1pub mod strats;
2pub mod automaton;
3
4pub use automaton::CellularAutomaton;
5pub use strats::*;