//! Utility helpers shared by every other `nula-core` module.
//!
//! The submodules are deliberately minimal and stateless. They form the very
//! bottom of the protocol stack: every higher level depends on them, but they
//! depend on nothing internal to `nula-core`.
pub use HexError;
pub use JsonUtil;
pub use RngError;