//! Tensor serialization formats: SafeTensors, ONNX proto I/O, TFRecord
//!
//! Provides reading and writing support for machine learning tensor formats:
//! - **SafeTensors**: HuggingFace simple tensor serialization format
//! - **ONNX proto**: ONNX model binary parsing and writing (no protobuf dependency)
//! - **TFRecord**: TensorFlow data pipeline record format
pub use ;
pub use ;
pub use ;