Crate pgn4[][src]

Structs

BasicMove

The most common type of move that contains to and from positions

PGN4

Representation of pgn4 file

PartialPath

A partially followed path.

QuarterTurn

A single move optionally with a description and alternatives

Turn

Representation of a single Turn

Variant

Representation of different variants of 4 player chess

Visitor

A view into the quarterturns of a pgn4.

VisitorMut

A mutable view into the quarterturns of a pgn4.

Enums

GameResult

Parsed version of the PGN4 tag “Result”

Move

Any move e.g. Ka4-b5, T, O-O, …

PGN4Error
VisitingError

Traits

VisitorCommon

All common methods between Visitor and VisitorMut