layout/core/
mod.rs

1//! A module contain the interfaces, utilities and data-structures that are shared by the other
2//! modules.
3
4pub mod base;
5pub mod color;
6pub mod format;
7pub mod geometry;
8pub mod style;
9pub mod utils;