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