//! Ferrite - A lightweight deep learning framework
//!
//! This crate provides a dynamic computation graph with automatic differentiation,
//! designed for building and training neural networks.
// Re-export the main types
pub use ;
pub use Tensor;
pub use ;
// Version of the crate
pub const VERSION: &str = env!;
// Optional prelude module for convenient imports