Struct game_of_life_parsers::Life105Parser [] [src]

pub struct Life105Parser {}

Parser for files in the life 1.05 format.

Methods

impl Life105Parser
[src]

[src]

Construct a new instance.

Trait Implementations

impl Parser for Life105Parser
[src]

[src]

Parse the given input, which can be any implementor of std::io::Read, e.g. std::fs::File.