//! Matchy Database File Format
//!
//! This crate provides the binary format for matchy databases, combining:
//! - IP trie (from matchy-ip-trie)
//! - Pattern matching (from matchy-paraglob)
//! - Data section (from matchy-data-format)
//!
//! The format orchestrates all three components into a unified .mxy file.
// Public modules
// Internal modules (types re-exported below)
// Re-exports
pub use FormatError;
pub use matchy_literal_hash;
pub use ;
pub use *;
pub use ;