1
2
3
4
5
6
7
8
//! Types describing how to format output.
mod cssbuf;
mod format;
mod style;
mod transform;

pub use format::{Format, Formatted};
pub use style::Style;