/// Grid configuration loading and deserialization from TOML target files.
/// Zone model representing the runtime layout grid with rows and columns.
pub use TargetConfig;
pub use ZoneModel;
use Path;
/// Loads a target TOML file and converts its grid config into a `ZoneModel`.