bbecs_tutorial 1.0.3

An ECS library made for a tutorial.
Documentation
1
2
3
4
5
6
#[test]
fn printing() {
    let cat = Some("Xilbe");

    let _something = dbg!(cat);
}