Skip to main content

Module utils

Module utils 

Source
Expand description

Common utilities used throughout Grafeo.

  • error - Error types like Error and 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

Re-exports§

pub use error::Error;
pub use error::Result;
pub use gqlstatus::DiagnosticRecord;
pub use gqlstatus::GqlStatus;
pub use hash::FxHasher;

Modules§

error
Error types for Grafeo operations.
gqlstatus
GQLSTATUS diagnostic codes per ISO/IEC 39075:2024, sec 23.
hash
Fast, non-cryptographic hashing for internal use.
strings
String utilities for error messages and suggestions.