manabrew-engine 0.6.0

Magic: The Gathering rules engine — a Rust port of Forge
Documentation
1
2
3
4
5
6
7
8
//! Helper functions for effect resolution — re-export shim.
//!
//! All functions now live in `crate::ability::ability_utils`.
//! This module re-exports everything for backward compatibility so that
//! existing callers using `effects::helpers::*` or `effects::*` paths
//! continue to compile unchanged.

pub use crate::ability::ability_utils::*;