spatialos-codegen 0.2.1

Codegen tool used with spatialos-macro and spatialos-sdk
Documentation
1
2
3
4
5
6
7
8
9
mod ast;
mod codegen;
mod parser;
mod resolver;

#[macro_use]
extern crate quote;

pub use ast::ASTBuilder;