//! # TestSVM Quarry Prelude
//!
//! Common imports for testing Quarry protocol applications.
//!
//! This module re-exports the most commonly used types from the testsvm-quarry
//! crate along with TestSVM core functionality, providing everything needed
//! for testing Quarry-based applications with a single import:
//!
//! ```rust
//! use testsvm_quarry::prelude::*;
//! ```
//!
//! ## Included Exports
//!
//! - **Quarry Test Types**: Test helpers for rewarder, quarry, miners, and pools
//! - **Quarry Programs**: Generated types from declare_program! macros
//! - **Setup Functions**: Helper functions for program initialization
pub use cratesetup_quarry_programs;
pub use crate::;
pub use crate::;