Skip to main content

Module utils

Module utils 

Source
Expand description

Utility functions and helpers.

This module provides common utilities used throughout Graphos:

  • error - Error types and result aliases
  • hash - Fast hashing utilities

Re-exports§

pub use error::Error;
pub use error::Result;
pub use hash::FxHasher;

Modules§

error
Error types for Graphos.
hash
Fast hashing utilities.