pub mod audio_scrobbler; mod error; mod log_parser; pub use error::ParserError; pub use log_parser::LogParser;