bevy_state_plugin_generator 1.4.4

A build-dependency that generates a Bevy State Plugin from a simple state definition.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod header;
mod parsers;
#[cfg(test)]
mod tests;
mod tokens;

pub use parsers::*;
pub(crate) use tokens::*;

// TODO: investigate "tree-less parsing", see https://www.youtube.com/watch?v=NxiKlnUtyio