jecs 0.1.1

A simple but functional ECS
Documentation
#[test]
fn canary_test() {
    let a = 2;
    let b = 2;
    assert_eq!(a + b, 4);
}