main: Dry-load layout in response to the layout command

This commit is contained in:
Dorota Czaplejewicz
2022-06-04 13:26:30 +00:00
parent 8d0e1b4548
commit 30141db28d
2 changed files with 16 additions and 4 deletions

View File

@ -4,7 +4,7 @@
/*! Combined module for dealing with layout files */
mod loading;
pub mod loading;
pub mod parsing;
use std::io;