Module gpcas_base::file[][src]

Expand description

Structure and functions for handling GPCAS files.

Structs

The representation and structure of a gpcas file. Wraps the content behind a header.

Enums

Error returned when deserialization fails.

Data of a GPCAS file struct.

A file type which has support for serialization and deserialization.

Traits

A structure that can be deserialized from and serialized to a GPCAS file.

Functions

Deserializes raw data of a GPCAS file into the corresponding struct.

Deserializes an old version of the file struct and upgrades it into the current one.

Serializes a GPCAS file struct into the raw data of a full GPCAS file.

Type Definitions

Deserializes parsed data into a specific type.