Crate rletxtconv

Crate rletxtconv 

Source

Re-exports§

pub use formats::Format;

Modules§

formats
universe

Enums§

ConwayError

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)

Type Aliases§

Result