Skip to main content

Crate hexz_common

Crate hexz_common 

Source
Expand description

Common types, configuration, and constants shared by Hexz crates.

This crate centralizes configuration loading, error types, logging setup, and format constants so that the CLI, core, fuse, and server layers share a single source of truth for defaults and wire formats.

Re-exports§

pub use config::Config;
pub use error::Error;
pub use error::Result;

Modules§

config
Configuration loading and runtime parameter management for Hexz tools.
constants
Shared constants and format parameters for the Hexz ecosystem.
crypto
Cryptographic utilities shared across crates.
error
Core error types and result aliases used by Hexz.
logging
Logging initialization for the Hexz ecosystem.