Skip to main content

Module utils

Module utils 

Source
Expand description

Common utilities used throughout Grafeo.

  • error - Error types like Error and QueryError
  • 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 hash::FxHasher;

Modules§

error
Error types for Grafeo operations.
hash
Fast, non-cryptographic hashing for internal use.
strings
String utilities for error messages and suggestions.