Module data

Module data 

Source
Expand description

The core GEDCOM data representation language may be used to represent any form of structured information, not just genealogical data, using a sequential stream of characters.

Structs§

Item
Represents an efficient, extendable string.
Line
Represents an entire line or record in the GEDCOM data format.

Enums§

Value
Represents a line value, either a pointer or item.

Functions§

lines
Parses a string (GEDCOM file content) into a sequence of Lines.