manabrew-engine 0.4.1

Magic: The Gathering rules engine — a Rust port of Forge
Documentation
1
2
3
//! Re-export for Java parity naming with StaticAbilityLayer.java.
//! The Layer enum is defined in mod.rs.
pub use crate::staticability::Layer;