1//! Generic code that is shared between multiple layout algorithms 2pub(crate) mod alignment; 3 4#[cfg(feature = "content_size")] 5pub(crate) mod content_size;