Module io

Source
Expand description

QSym² I/O operations.

Enums§

QSym2FileType
Enumerated type for QSym2 file types.

Functions§

read_qsym2_binary
Reads a QSym2 binary file and deserialises it into an appropriate structure.
read_qsym2_yaml
Reads a QSym2 configuration YAML file and deserialises it into an appropriate structure.
write_qsym2_binary
Serialises a structure and writes into a QSym2 binary file.
write_qsym2_yaml
Serialises a structure and writes into a QSym2 configuration YAML file.