[][src]Module spandex::document::configuration

This module defines the basic configuration of a document that is to be typeset. The configuration is parsed from a TOML file located at the root of the SpanDeX project. Mandatory measurements take default values that are also provided by this module.

Structs

Config

Holds the configuration of a document, including various measurements common to all pages.

PtVisitor

Visitor for the Pt structure.

Functions

deserialize_pt

Deserializes a Pt structure.

serialize_pt

Serializes a Pt structure.