Crate mugle_miner_util

Crate mugle_miner_util 

Source
Expand description

Logging, as well as various low-level utilities that factor Rust patterns that are frequent within the mugle codebase.

Re-exports§

pub use logger::init_logger;
pub use logger::init_test_logger;
pub use logger::LOGGER;
pub use types::LogLevel;
pub use types::LoggingConfig;

Modules§

logger
Logging wrapper to be used throughout all crates in the workspace
types
Logging configuration types

Functions§

from_hex
Decode a hex string into bytes.
to_hex
Encode the provided bytes into a hex string