// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
//! Binary loader for `.namb` models.
//!
//! Performs direct, deterministic, lock-free analysis and deserialization
//! from a binary block into the `NamModelData` structure.
pub use WeightsLayout;
pub use NambError;
pub use ;
pub use ;
pub use parse_namb;
/// Maximum number of floats in the weight section (MAX_MODEL_BYTES / 4).
pub const MAX_FLOAT_COUNT: usize = as usize;