forge-foundation 0.2.0

Core Magic types for the manabrew engine: colors, mana, card types, zones, phases
Documentation
pub mod booster_generator;
pub mod booster_slot;
pub mod booster_slots;
pub mod booster_template_registry;
pub mod chaos_booster_supplier;
pub mod foil_type;
pub mod paper_card;
pub mod print_sheet;
pub mod print_sheet_registry;
pub mod rarity;
#[allow(clippy::module_inception)]
pub mod sealed_product;
pub mod sealed_template;
pub mod sealed_template_with_slots;
pub mod unopened_product;

pub use booster_generator::BoosterGenerator;
pub use booster_slot::BoosterSlot;
pub use booster_slots::BoosterSlots;
pub use chaos_booster_supplier::ChaosBoosterSupplier;
pub use foil_type::FoilType;
pub use paper_card::PaperCard;
pub use print_sheet::PrintSheet;
pub use rarity::Rarity;
pub use sealed_product::SealedProduct;
pub use sealed_template::SealedTemplate;
pub use sealed_template_with_slots::SealedTemplateWithSlots;
pub use unopened_product::{IUnOpenedProduct, UnOpenedProduct};