Struct game_of_life_parsers::Life106Parser [] [src]

pub struct Life106Parser {}

Parser for files in the life 1.05 format.

Methods

impl Life106Parser
[src]

[src]

Construct a new instance.

Trait Implementations

impl Parser for Life106Parser
[src]

[src]

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