evenio 0.6.0

An event-driven entity component system
Documentation
1
2
3
4
5
#![doc = include_str!("../tutorial.md")]
#![allow(unused_imports)]

use crate::handler::{Handler, HandlerPriority, Local};
use crate::prelude::*;