//! TailTales - Flexible log viewer for logfmt and other formats
//!
//! This library provides the core functionality for TailTales, including
//! log parsing, filtering, searching, and Lua scripting integration.
// Re-export commonly used types for convenience
pub use ;
pub use Record;
pub use ;