flecs_ecs 0.2.2

Rust API for the C/CPP flecs ECS library <https://github.com/SanderMertens/flecs>
Documentation
1
2
3
4
5
6
7
//! Generated tests from Flecs documentation

#![allow(unused_imports, unused_variables, dead_code, non_snake_case, path_statements, unreachable_code)]
#![cfg_attr(rustfmt, rustfmt_skip)]

pub mod common_test;