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
//! Intrinsics and related utilities.

pub mod likely;
pub use likely::*;
pub mod prefetch;
pub use prefetch::*;
pub mod debugtrap;
pub use debugtrap::*;