spatialos-codegen 0.2.1

Codegen tool used with spatialos-macro and spatialos-sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod command;
pub mod component;
pub mod data_type;
pub mod r#enum;
pub mod event;
pub mod member;
pub mod package_name;
pub mod schema_file;
pub mod r#type;
pub mod utils;
pub mod variant;