manabrew-engine 0.2.0

Magic: The Gathering rules engine — a Rust port of Forge
Documentation
1
2
3
4
5
6
7
//! Static ability cost change — re-exports from `cost::cost_adjustment`.
//!
//! The canonical implementation now lives in `crate::cost::cost_adjustment`,
//! mirroring Java's `forge.game.cost.CostAdjustment`.
//! This module re-exports the public API for backwards compatibility.

pub use crate::cost::cost_adjustment::*;