//! FORGE - The Rust Full-Stack Framework
//!
//! A batteries-included framework for building full-stack web applications
//! with Rust backend and Svelte 5 frontend.
// Re-export forge_core for macro-generated code
pub use forge_core;
// Re-export proc macros at crate root
pub use ;
// Re-export Migration type for programmatic migrations
pub use Migration;
// Re-export testing assertion macros at crate root when testing feature is enabled.
// These macros use #[macro_export] which places them at forge_core crate root.
pub use ;
pub use prelude;
pub use ;