//! Tressette card game implementation.
//!
//! This module contains the core types and logic for playing tressette,
//! including card representations, game rules, position management, and
//! high-level game state.
/// Card representation for tressette.
/// Game rules implementation.
/// High-level game state management for move-based gameplay.
// Re-export main types for convenience
pub use TressetteCard;
pub use ;
pub use ;