//! Data models for GDELT data.
//!//! This module contains Rust representations of GDELT data structures,
//! including events, GKG records, and mentions.
pubmodcameo;// These modules contain TSV parsers for future bulk data import
#[allow(dead_code)]pubmodevent;#[allow(dead_code)]pubmodgkg;#[allow(dead_code)]pubmodmention;