//! Core types for Apache FOP Rust implementation
//!
//! This crate provides foundational types used throughout the FOP system:
//! - Length: Dimensional measurements with various units
//! - Color: RGBA color values
//! - Geometry: Points, rectangles, and sizes
//! - Errors: Base error types
pub use Color;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use Percentage;