//! Common utilities used throughout Grafeo.
//!
//! - [`error`] - Error types like [`Error`] and [`QueryError`](error::QueryError)
//! - [`gqlstatus`] - GQLSTATUS diagnostic codes (ISO/IEC 39075:2024, sec 23)
//! - [`hash`] - Fast hashing with FxHash (non-cryptographic)
//! - [`strings`] - String utilities for suggestions and fuzzy matching
pub use ;
pub use ;
pub use FxHasher;