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.
1
2
3
4
5
6
//! Marker traits defined and used by F.A.T.E.

pub mod deterministic;
pub use deterministic::*;
pub mod fixed_consistent_repr;
pub use fixed_consistent_repr::*;