Module ca_formats::rle
source · Expand description
A parser for Golly’s Extended RLE format.
It is basically the same as the original RLE
format, except that it supports up to 256 states, and a #CXRLE
line.
Structs
- Data from the
#CXRLE
line, e.g.,#CXRLE Pos=0,-1377 Gen=3480106827776
. - Data from the header line, e.g.,
x = 3, y = 3, rule = B3/S23
. - A parser for Golly’s Extended RLE format.
Enums
- Errors that can be returned when parsing a RLE file.