Lexicon
A convenient interface to get patterns from the Lexicon and use them in your implementation of Conway’s Game of Life.
Usage
let lexicon = get;
assert_eq!;
let glider = lexicon.get_term.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;
Regenerate a bin file after an update of the text version
cargo run will read the file res/lexicon.txt, parse it and serialize the result into res/lexicon.bin, which will be used by the library then.