/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
//! The [`BitCodec`] trait: bit-exact encoding of a working scalar into a snapshot section
//! payload. The concrete implementations for `f32`, `f64`, and `Float106` live beside the
//! snapshot payload types in [`crate::types::snapshot_types`].
use crateScalarTypeTag;
/// Bit-exact encoding of a working scalar into a section payload. Values are raw IEEE bit
/// patterns, little-endian, so encoding and decoding change no bits at any precision.