corrosion 0.0.2

A Magic: The Gathering rules engine
Documentation
1
2
3
4
5
6
extern crate corrosion;

#[test]
fn test_main() {
    corrosion::main();
}