/*******************************************************************************
*
* Copyright (c) 2026 Haixing Hu.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0.
*
******************************************************************************/
//! Low-level codec contracts and adapter error types.
pub use Codec;
pub use assert_unit_bounds;
pub use CodecConvertError;
pub use CodecDecodeError;
pub use CodecEncodeError;