//! Model serialization formats: SafeTensors and GGUF.
//!
//! This module provides support for reading and writing neural network weights
//! in industry-standard formats:
//!
//! - **SafeTensors** — HuggingFace's format for safe, fast tensor storage
//! - **GGUF** — llama.cpp's format for (optionally quantized) model storage
pub use ;
pub use ;