fate 0.1.0

(placeholder) Fight And Travel (Game) Engine. A rewrite from C, focused on games which need to move fast in huge worlds, and fighting mechanics.
Documentation
extern crate fate;

use fate::Vec2;

fn main() {
    println!("{:?}", Vec2(42, 13));
}