Re-exports§
pub use formats::Format;
Modules§
Enums§
Functions§
- convert_
file - Convert a file from one format to another
- detect_
format - Detect the format of a Conway’s Game of Life file
- parse_
file - Parses a file and returns its format and the grid of cells (Universe)
- parse_
text - Parses a string and returns its format and the grid of cells (Universe)